Returns the creation date and time of the given directory.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
DateTime GetCreationTime( string path ) |
| Visual Basic |
|---|
Function GetCreationTime ( _ path As String _ ) As DateTime |
| Visual C++ |
|---|
DateTime GetCreationTime( String^ path ) |
Parameters
- path
- Type: System..::..String
Path of directory.