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