0.4.00.4.10.4.2
|
Last change
on this file since 83c2453 was
1f24a1c,
checked in by Michael Medin <michael@…>, 2 years ago
|
|
Syncronized streams so all new 0.3.9 features are now in 0.4.x as well
|
-
Property mode set to
100644
|
|
File size:
479 bytes
|
| Line | |
|---|
| 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | #include <boost/shared_ptr.hpp>
|
|---|
| 4 | #include <boost/filesystem.hpp>
|
|---|
| 5 |
|
|---|
| 6 | #include <file_helpers.hpp>
|
|---|
| 7 | #include <strEx.h>
|
|---|
| 8 | #include <checkHelpers.hpp>
|
|---|
| 9 | #include <filter_framework.hpp>
|
|---|
| 10 |
|
|---|
| 11 | #include "file_info.hpp"
|
|---|
| 12 | #include "filter.hpp"
|
|---|
| 13 |
|
|---|
| 14 | namespace file_finder {
|
|---|
| 15 | void recursive_scan(file_filter::filter_result result, file_filter::filter_argument args, file_filter::filter_engine engine, boost::filesystem::wpath dir, bool recursive = false, int current_level = 0);
|
|---|
| 16 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.