Click or drag to resize

IOUtilitiesPathGetLastAccessTime Method

Gets the last access 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? PathGetLastAccessTime(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

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