VFile.GetLastWriteTime Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
GetLastWriteTime(String)
Method returns the last write date and time of a file identified by the path
.
Declaration
public static DateTime GetLastWriteTime(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file, for which the last write date and time are returned. |
Returns
Type | Description |
---|---|
Date |
The last write date and time of a file identified by the |