Click or drag to resize
ByHandleFileInfoCreationTime Property
Gets a DateTime structure that specifies when a file or directory was created.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public DateTime CreationTime { get; }

Property Value

Type: DateTime
A DateTime structure that specifies when a file or directory was created.
See Also