VDirectory.SetLastWriteTime Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
SetLastWriteTime(String, DateTime)
Method sets the last write date and time of the directory.
Declaration
public static void SetLastWriteTime(string path, DateTime lastWriteTime)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the directory |
DateTime | lastWriteTime | The last write date and time of the directory. |