Changeset 680 in dev for trunk/ab5.0/jenga/include/common


Ignore:
Timestamp:
Jul 12, 2008, 9:22:58 PM (16 years ago)
Author:
dai_9181
Message:

Directory::SearchFilesメソッドを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/common/Directory.h

    r620 r680  
    1818    std::string GetFullPath( const std::string &relationPath ) const;
    1919    std::string GetRelationalPath( const std::string &fullPath ) const;
     20
     21    void SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isRecuresive = false ) const;
    2022};
    2123
Note: See TracChangeset for help on using the changeset viewer.