Table of Contents

Method GetFileLastModifiedTime

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

GetFileLastModifiedTime(string, StringComparison)

Retrieves the time the file has last been modified.

public string GetFileLastModifiedTime(string path, StringComparison fileNameComparisonMethod = StringComparison.InvariantCultureIgnoreCase)

Parameters

path string

The file for which the last modified time should be retrieved.

fileNameComparisonMethod StringComparison

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).