Minor tweaks made to the FileViewer to report scanning information.
This commit is contained in:
@@ -225,10 +225,12 @@ namespace DataOrganizer
|
||||
public Folder Parent { get; private set; }
|
||||
public Dictionary<string, FileSnapshot> Files { get; private set; } = new Dictionary<string, FileSnapshot>();
|
||||
public Dictionary<string, Folder> Folders { get; private set; } = new Dictionary<string, Folder>();
|
||||
|
||||
public bool IsEmpty
|
||||
{
|
||||
get { return !(Files.Count > 0 || Folders.Count > 0); }
|
||||
}
|
||||
|
||||
public bool IsRootFolder
|
||||
{
|
||||
get { return Parent == null; }
|
||||
|
||||
Reference in New Issue
Block a user