GetPathSeparator-funksjonen

Returnerer teiknet som vert brukt av operativsystemet for å skilja mapper i filstiane.

Syntaks:

GetPathSeparator()

Returverdi:

String

Parametrar:

Ingen.

Feilkodar

5 Ugyldig prosedyreoppkall

Eksempel:


        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.


Det vert tilrådd å bruka

funksjonen ConvertFromURL for å omforma filadressa til eit systemfilnamn.

funksjonen ConvertToURL for å omforma eit systemfilnamn.til ei filadresse.

See also URL-notasjon