You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/core/ there is Node class which is like a virtual file i-node, however it is used for, both, files and folders. Separate it into FileNode and DirNode for files and directories, respectively. Make them inherit from a common Node class.