file.getPrefsSubfolder
| Syntax |
file.getPrefsSubfolder (f)
|
| Params |
f is the name of a folder within the system's preferences folder.
|
| Action |
Identifies the path to a folder that scripts can store preference files in.
|
| Returns |
A string containing the path name of a folder that scripts can store preference files in.
|
| Examples |
file.getPrefsSubfolder ("mySuite") » "C:\\Program Files\\Frontier\\Preferences\\mySuite\\"
|
| Notes |
The folder returned by this verb is guaranteed to exist.
|