System::IO::File::GetCreationTime 方法

File::GetCreationTime method

返回指定实体的创建时间(本地时间)。

static DateTime System::IO::File::GetCreationTime(const String &path)
ParameterType描述
路径const String&要检索其创建时间的实体

ReturnValue

一个 DateTime 对象,表示指定实体的创建时间(本地时间)

另见