IFileSystem.GetLastWriteTimeUtc method
Gets the last write time in UTC for the file at the specified path.
public DateTime GetLastWriteTimeUtc(string path)
| parameter | description |
|---|---|
| path | The path of the file. |
Return Value
The last write time of the file in UTC.
See Also
- interface IFileSystem