GetLastWriteTime()

Directory::GetLastWriteTime(const String&) method

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

static DateTime System::IO::Directory::GetLastWriteTime(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The entity whose last write time to retrieve

Return Value

A DateTime object representing the last write time of the specified entity as local time

See Also