Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO: 添加文件系统的visitor #5

Open
rockswang opened this issue May 23, 2013 · 0 comments
Open

TODO: 添加文件系统的visitor #5

rockswang opened this issue May 23, 2013 · 0 comments

Comments

@rockswang
Copy link
Owner

本地文件系统是一种典型的树结构,因此可以用selectors来简化文件查找操作。

  • 可用扩展名作为type, 目录的type则为Directory
  • 把文件的原始内容,解析后内容(对可识别的扩展名类型),创建时间,修改时间,大小,mime-type,文件名,扩展名,路径等信息作为节点的属性
  • 文件名作为ID('.'转换为'_')
  • 是否自动处理zip内部的目录结构?需要考虑
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant