如何使用 DXL 从文件或流中获取修改日期?
How can I get the Date modified from a file or stream using DXL?
我一直在搜索基本上所有的 google 和 DXL 参考文档,以找到一个可以从 文件名[=15= 中获取 Date
对象的函数] 或 stream
对象,但我找不到任何东西。
那将是 Stat
Declaration
Stat create(Stream s)
Stat create(string filename)
Operation
Returns a status handle for the stream or file name, which is used in the other Stat functions
bool regular (Stat)
Date modified (Stat)
bool symbolic (Stat)
void delete (Stat)
Date changed (Stat)
string user (Stat)
int mode (Stat)
bool directory (Stat)
int size (Stat)
Date accessed (Stat)
我一直在搜索基本上所有的 google 和 DXL 参考文档,以找到一个可以从 文件名[=15= 中获取 Date
对象的函数] 或 stream
对象,但我找不到任何东西。
那将是 Stat
Declaration
Stat create(Stream s)
Stat create(string filename)
Operation
Returns a status handle for the stream or file name, which is used in the other Stat functions
bool regular (Stat)
Date modified (Stat)
bool symbolic (Stat)
void delete (Stat)
Date changed (Stat)
string user (Stat)
int mode (Stat)
bool directory (Stat)
int size (Stat)
Date accessed (Stat)