| 309 | |
| 310 | virtual FileNodeRef resolve(const Path& path) = 0; |
| 311 | virtual FileNodeRef resolveLoose(const Path& path) { return resolve(path); } |
| 312 | virtual FileNodeRef create(const Path& path,FileNode::Mode) = 0; |
| 313 | virtual bool remove(const Path& path) = 0; |
| 314 | virtual bool rename(const Path& a,const Path& b) = 0; |