Fixed: FolderInfo.dll did not support relative paths (thanks to elestel)

This commit is contained in:
Birunthan Mohanathas
2010-12-06 07:43:30 +00:00
parent d125093e89
commit 97bb9c9259
3 changed files with 20 additions and 8 deletions

View File

@ -37,7 +37,7 @@ private:
private:
void Clear();
void CalculateSize();
void SetPath(const wchar_t* aPath);
void SetPath(const wchar_t* aPath, const wchar_t* aIniPath);
public:
DWORD GetLastUpdateTime()
@ -77,7 +77,7 @@ public:
return myFolderCount;
}
FolderInfo(const wchar_t* aPath);
FolderInfo(const wchar_t* aPath, const wchar_t* aIniPath);
void Update();
}; // class FolderInfo