FileSystem.findFile() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to FileSystem Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.FileSystem.findFile(searchCriteria:String):String |
Parameters |
searchCriteria:String - Search criteria |
Returns |
A String |
Description |
Returns a colon (';') seperated list of files in the specified folder and subdirectories which has the specified extension |
Notes |
This command can potentially return huge strings. (eg. "C:\\*.*") so please be sure to specify as much file and directory information as possible. |
Example Code |
var myResults:String = mdm.FileSystem.findFile("d:\\myFolder\\*.exe"); |
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 |