IOUtilitiesPathGetCreationTime Method |
Gets the creation time of a file or directory.
If there's nothing at the given path, returns null.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static DateTime? PathGetCreationTime(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
NullableDateTimeThe creation time or null.
Exceptions See Also