VDirectory.GetCreationTime Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
GetCreationTime(String)
Method returns the creation date and time of the directory.
Declaration
public static DateTime GetCreationTime(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the directory, for which creation date and time are returned. |
Returns
Type | Description |
---|---|
DateTime | The creation date and time of the directory. |