partial commit enterprise storage

This commit is contained in:
robvde 2013-08-20 09:22:41 +04:00
parent 8b9677c92c
commit c912242fa2
4 changed files with 138 additions and 2 deletions

View file

@ -41,6 +41,7 @@ namespace WebsitePanel.Providers.OS
private DateTime changed;
private bool isDirectory;
private long size;
private long quota;
private bool isEmpty;
public SystemFile()