Skip to content

Separate Node class for files and directories #1181

@streamich

Description

@streamich

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions