Click or drag to resize

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
C#
public static DateTime? PathGetCreationTime(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: NullableDateTime
The creation time or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also