FileSystem.getFileDate() | 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.getFileDate(pathToFile:String):String |
Parameters |
pathToFile:String - Path of file to check |
Returns |
A String |
Description |
Returns the modification date of the specified file. It can be used together with mdm.FileSystem.getFileTime(..) method to work with files in order to sort them according to modification time |
Notes |
None |
Example Code |
var fileDate:String = mdm.FileSystem.getFileDate("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 |