FileSystem.getFolderList() | This page was last modified over 30 day(s) ago and has 1 comment(s)
|
Back to FileSystem Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.FileSystem.getFolderList(folderPath:String):Array |
Parameters |
folderPath:String - Path of folder to check |
Returns |
An Array |
Description |
Returns a list of folders that exist in the specified folder. |
Notes |
None |
Example Code |
var myFolders:Array = mdm.FileSystem.getFolderList("c:\\"); mdm.Dialogs.prompt(myFolders.toString()); |
mdm.FileSystem Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |