SetLastWriteTime()

Directory::SetLastWriteTime(const String&, DateTime) method

Sets the last write time of the specified entity as local time.

static void System::IO::Directory::SetLastWriteTime(const String &path, DateTime date)

Arguments

ParameterTypeDescription
pathconst String&The entity whose last write time to set
dateDateTimeA DateTime object representing the time to set as local time

See Also