Click or drag to resize

IOUtilitiesPathSetLastAccessTimeUtc Method

Sets the last access 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 PathSetLastAccessTimeUtc(
	string path,
	DateTime dateTime
)

Parameters

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