Product Site

5.4.17.24. pathSeparator

Returns the platform-specific path separator used used for file search paths, ";" on Windows, and ":" on Unix-like systems.

See also File method pathSeparator.

Example 5.304. RexxInfo class — pathSeparator method
say .RexxInfo~pathSeparator    -- ";" (Windows)
say .RexxInfo~pathSeparator    -- ":" (Unix-like system)