Method GetFileLastModifiedTime
GetFileLastModifiedTime(string, StringComparison)
Retrieves the time the file has last been modified.
public string GetFileLastModifiedTime(string path, StringComparison fileNameComparisonMethod = StringComparison.InvariantCultureIgnoreCase)Parameters
- pathstring
- The file for which the last modified time should be retrieved. 
- fileNameComparisonMethodStringComparison
- The file name comparison method. 
Returns
- string
- The time the file has last been modified. 
Remarks
Feature introduced in DataMiner 8.5.5 (RN 9490).