VFile.SetCreationTime Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
SetCreationTime(String, DateTime)
Method sets the creation date and time of a file identified by the path
.
Declaration
public static void SetCreationTime(string path, DateTime creationTime)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
DateTime | creationTime | The creation date and time of the file. |