IOUtilitiesPathSetLastWriteTimeUtc Method |
Sets the last write time of a file or directory.
Does nothing if there's nothing a t the given path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static void PathSetLastWriteTimeUtc(
string path,
DateTime dateTime
)
Parameters
- path
- Type: SystemString
The path. - dateTime
- Type: SystemDateTime
The date time.
Exceptions See Also