|
|
|
How to find all special system folders
Added on 6/12/2006
|
|
Compatibilities:
Required Xtras:
Buddy API
|
This item has not yet been rated
|
This handler, to be used in a #movie script will list all of the special folders that you can access using buddyAPI's baSysFolder() command. In the help file, it lists a bunch of the standard ones, but there are more that are undocumented. This will list them all for you.
--Using BuddyAPI, this will find out all the special folder numbers
on getSpecialFolders
repeat with i=1 to 60
put i&&"->"&&baSysFolder(string(i))
end repeat
end
|
|