Click or drag to resize

IOUtilitiesPathGetLastWriteTime Method

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

Parameters

path
Type: SystemString
The path.

Return Value

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