GetPathSeparator Function
        Returns the operating system-dependent directory separator used to specify file paths.
    
    
    GetPathSeparator()
    
    String
    
    
            None.
    
    D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err5 not found).
        Sub ExampleGetPathSeparator
            MsgBox GetPathSeparator()
        End Sub