private FileNode(FsDataStorage storage, StoragePath path, FolderNode parent) : base(storage, path, parent) { Content = new FileContent(ownerFileNode: this); Attributes = FileAttributes.Normal; }