Obtains one of the system special directories
Usage:
sysFolderSpecial (object me, integer folderType, integer createIfNotExist)
Parameters:
folderType (string) - the special folder desired. The possible types are:
- Desktop
- Favorites
- Fonts
- History
- Internet cache
- My Music
- My Pictures
- Program Files
- Program Files common
- Programs
- Recent
- Send To
- Start Menu
- Start Up
- System
- Templates
- Windows
createIfNotExist (boolean) - force windows to create the folder if not exist
Returns:
(string) - a string specifying the newly created unique file
Example:
xtRose = xtra("Rosetta").new( )
strProFiles = xtRose.sysFolderSpecial( 8, 0 )
Notes: