Changeset 1375
- Timestamp:
- 12/12/2009 1:48:15 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser5/shared/FileHelper.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser5/shared/FileHelper.cpp
r1110 r1375 146 146 strDirectory += "\\"; 147 147 } 148 149 TCHAR szFullPath[_MAX_PATH]; 150 GetFullPathName(strDirectory, sizeof(szFullPath) / sizeof(szFullPath[0]), szFullPath, NULL); 151 strDirectory = szFullPath; 148 152 149 153 // add current folder to the beginning of the list
Note: See TracChangeset
for help on using the changeset viewer.
