Funzione GetPathSeparator

Restituisce il separatore di directory dipendente dal sistema operativo utilizzato per specificare i percorsi dei file.

Sintassi:

GetPathSeparator()

Return type:

String

Parametri:

Nessuno.

Codici di errore:

5 Richiamo di procedura non valido

Esempio:


        Sub ExampleGetPathSeparator
            MsgBox GetPathSeparator()
        End Sub
    
note

Wiser script instructions are available from Identifying the operating system help page.


tip

• ScriptForge.Platform service provides a collection of properties about the current execution environment and context, that include platform detection.

• Extensive operating system name identification is available from INFO("system") Calc formula.


Si consiglia di usare:

La funzione ConvertFromURL converte l'URL di un file nel nome file di sistema.

La funzione ConvertToURL converte il nome di un file di sistema in un URL del file.

Vedere anche Notazione URL