Changeset 694 in dev for trunk/ab5.0/jenga/src/common/Directory.cpp
- Timestamp:
- Jul 19, 2008, 5:49:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/jenga/src/common/Directory.cpp
r680 r694 141 141 void Directory::SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isRecuresive ) const 142 142 { 143 Jenga::Common::Strings result;144 145 143 WIN32_FIND_DATA wfd; 146 144 HANDLE hFind=FindFirstFile( ( this->path + "\\" + findStr ).c_str(), &wfd );
Note:
See TracChangeset
for help on using the changeset viewer.