source:
dev/trunk/ab5.0/jenga/include/common/FileSystem.h@
797
Last change on this file since 797 was 694, checked in by , 16 years ago | |
---|---|
File size: 228 bytes |
Rev | Line | |
---|---|---|
[694] | 1 | #pragma once |
2 | ||
3 | namespace Jenga{ namespace Common{ | |
4 | ||
5 | ||
6 | class FileSystem | |
7 | { | |
8 | public: | |
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.