IOUtilitiesPathGetCreationTime Method |
Gets the creation time of a file or directory.
If there's nothing at the given path, returns null.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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