source:
dev/trunk/ab5.0/jenga/include/common/FileSystem.h@
694
| Last change on this file since 694 was 694, checked in by , 17 years ago | |
|---|---|
| File size: 228 bytes | |
| Line | |
|---|---|
| 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.
