PathSeparator Property
The path separator character to use when returning vault paths.
Syntax
public int getPathSeparator(); public void setPathSeparator(int pathSeparator);
Remarks
This property specifies the path separator character that the component APIs should use when returning a vault path. Valid values are:
CBFSSTORAGE_PSC_BACKSLASH | 92 | Backslash ('\').
Windows path separator. |
CBFSSTORAGE_PSC_SLASH | 47 | Forward slash ('/').
Unix-style path separator. |
Note that this property is just a convenience; applications are free to use either of the above characters as path separators when passing path strings to the component's APIs.
Note: This property cannot be changed when Active is true, and cannot be changed within events.
Default Value
92