Click or drag to resize

IOUtilitiesPathSetCreationTimeUtc Method

Sets the creation time of a file or directory. Does nothing if there's nothing a t the given path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void PathSetCreationTimeUtc(
	string path,
	DateTime dateTime
)

Parameters

path
Type: SystemString
The path.
dateTime
Type: SystemDateTime
The date time.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also