GetPathSeparator Function
Returns the operating system-dependent directory separator used to specify file paths.
GetPathSeparator()
String
None.
5 ααΆαβα α
βαααααβαα·αβααααΉαααααΌα
Sub ExampleGetPathSeparator
MsgBox GetPathSeparator()
End Sub