System::IO::Directory::SetCreationTime method

Directory::SetCreationTime method

Sets the creation time of the specified entity as local time.

static void System::IO::Directory::SetCreationTime(const String &path, DateTime date)
ParameterTypeDescription
pathconst String&The entity whose creating time to set
dateDateTimeA DateTime object representing the time to set as local time

See Also