namespace ZXLA { class File : FileSystemObject { public File(string path, int depth, bool isDisplay = true) : base(path, depth, isDisplay) { fileType = FileObjectType.File; } } }