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 public static DateTime? PathGetLastWriteTime(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
NullableDateTimeThe last write time or null.
Exceptions See Also