source: dev/trunk/ab5.0/jenga/include/common/FileSystem.h@ 694

Last change on this file since 694 was 694, checked in by dai_9181, 16 years ago

FileSystemクラスを追加。

File size: 228 bytes
Line 
1#pragma once
2
3namespace Jenga{ namespace Common{
4
5
6class FileSystem
7{
8public:
9 static void SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isNeedDirResults = false );
10};
11
12
13}}
Note: See TracBrowser for help on using the repository browser.