Databases
Implementing a VFS
18/05/16 00:04 Category: Software engineering
While trying to implement a Virtual File System, that is to say a virtual representation of an hard drive with its folders and files, there are two main approach to consider:
- a tree based approach
- an absolute parent path approach