PRFileInfo64¶
与 PR_GetFileInfo64 和 PR_GetOpenFileInfo64 一起使用的文件信息结构。
语法¶
#include <prio.h>
struct PRFileInfo64 {
PRFileType type;
PRUint64 size;
PRTime creationTime;
PRTime modifyTime;
};
typedef struct PRFileInfo64 PRFileInfo64;
字段¶
该结构具有以下字段
type
文件类型。请参阅 PRFileType。
size
文件内容的 64 位大小(以字节为单位)。
creationTime
modifyTime
描述¶
PRFileInfo64 结构提供了有关文件、目录或其他某种文件系统对象的信息,如 type
字段指定。