memfs icon indicating copy to clipboard operation
memfs copied to clipboard

Separate `Node` class for files and directories

Open streamich opened this issue 3 months ago • 0 comments

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.

streamich avatar Sep 10 '25 13:09 streamich