Basic.PathSeparator$ (property)
Syntax |
Basic.PathSeparator$
|
Description | Returns a String containing the path separator appropriate for the current platform. |
Comments | The returned string is any one of the following characters: / (slash), \ (back slash), : (colon) |
Example |
|
See Also | Basic.Eoln$ (property) |