VDirectory.SetCreationTimeUtc Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
SetCreationTimeUtc(String, DateTime)
Method sets the creation date and time of the directory.
Declaration
public static void SetCreationTimeUtc(string path, DateTime creationTimeUtc)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the directory |
DateTime | creationTimeUtc | The creation date and time, in the UTC format, of the directory. |