FolderItem.PathModes

From Xojo Documentation

Enumeration
FolderItem.PathModes

New in 2019r2

Specifies the type of path when creating the folderitem.

Values

Enum Description
Native A Native path. On macOS this is the POSIX path.
Shell A shell path. On Windows, this is the short path. On macOS and Linux, this is the POSIX path.
URL A URL path. If you use PathTypeURL, the URL must begin with "file:///".