Applies To:
Application object
Description:
Returns the separator used by the operating systems file system as shown below.
Windows – “\
UNIX – “/
Macintosh – “:
Action:
Read-only, String
Example:
This example shows how to use the path separator to build a path:
var PS = Application.PathSeparator Alert(PS)