| FileSystem.folderExists() | 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.folderExists(folder:String):Boolean |
| Parameters |
| folder:String - Path of folder to check |
| Returns |
| A Boolean |
| Description |
| Returns a boolean indicating whether or not the specified folder exists. |
| Notes |
| None |
| Example Code |
| var exists:Boolean = mdm.FileSystem.folderExists("c:\\myFolder"); |
| 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 |