System::IO::Directory::GetLastWriteTime 方法

Directory::GetLastWriteTime method

返回指定实体的最后写入时间(本地时间)。

static DateTime System::IO::Directory::GetLastWriteTime(const String &path)
ParameterType描述
路径const String&要检索其最后写入时间的实体

ReturnValue

一个 DateTime 对象,表示指定实体的最后写入时间(本地时间)

另见