- [FreeDiskSpace] Added new "Type=" option to get drive type. (e.g. Fixed/Removable/Network) If set to 1, retrieve drive type as number/string. Default is 0.

- Code cleanup.
This commit is contained in:
spx
2011-12-02 10:42:11 +00:00
parent 2d05df47cd
commit 320c2d7c83
3 changed files with 119 additions and 58 deletions

View File

@ -35,7 +35,8 @@ protected:
private:
std::wstring m_Drive;
std::wstring m_LabelName;
std::wstring m_DriveInfo;
bool m_Type;
bool m_Total;
bool m_Label;
bool m_IgnoreRemovable;