Changeset 694 in dev for trunk/ab5.0/jenga/src


Ignore:
Timestamp:
Jul 19, 2008, 5:49:44 PM (16 years ago)
Author:
dai_9181
Message:

FileSystemクラスを追加。

Location:
trunk/ab5.0/jenga/src/common
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/src/common/Directory.cpp

    r680 r694  
    141141void Directory::SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isRecuresive ) const
    142142{
    143     Jenga::Common::Strings result;
    144 
    145143    WIN32_FIND_DATA wfd;
    146144    HANDLE hFind=FindFirstFile( ( this->path + "\\" + findStr ).c_str(), &wfd );
Note: See TracChangeset for help on using the changeset viewer.