FolderItem.SaveInfoModes
From Xojo Documentation
Enumeration
Specifies the type of path to be used to open the folderitem.
Values
Enum | Description |
---|---|
Default | The FolderItem should be open in any way that it can possibly be created. This is the default value. |
Relative | The FolderItem should only be opened using relative path information. |
Full | The FolderItem should only be opened using absolute path information. |