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