简体   繁体   中英

What data structure can be used to store the windows directory structure in cpp?

我必须开发一个用于存储 windows 目录信息和文件夹时间相关属性的数据结构,以便在恢复时创建文件夹时,我可以为从子节点到父节点的每个文件夹分配正确的时间。

您可以根据实现文件系统的要求,使用树形目录结构,节点具有属性名称、子节点的类型和数量、时间和其他字段。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM