Returns the operating system-dependent directory separator used to specify file paths.
GetPathSeparator()
String
None.
5 Invalid procedure call
Sub ExampleGetPathSeparator MsgBox GetPathSeparator() End Sub