Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > folderChar |
![]() ![]() ![]() |
folderChar
Syntax
file().folderChar
Description
Multiuser Server server-side function; returns the character used to separate folders and files in path name strings. On the Macintosh it's a colon (:); in Windows it's a backslash (\).
Example
This server-side statement assigns the folderChar
to the variable theChar
:
theChar = file().folderChar
![]() ![]() ![]() |