pathsep()

Function group Execute on client Platform(s)
General NO All

Syntax

pathsep()

Description

Returns the pathname separator for the current OS.

Example

Calculate lPathSep as  pathsep()
# returns '\' on Windows
# returns '/' on macOS
# returns '/' on Linux