#include <winstl/winstl.h>
#include <winstl/filesystem/filesystem_traits.hpp>
#include <winstl/filesystem/file_path_buffer.hpp>
#include <stlsoft/shims/access/string.hpp>
#include <winstl/shims/access/string.hpp>
#include <stlsoft/memory/auto_buffer.hpp>
#include <functional>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Classes | |
| struct | path_compare |
| Binary predicate that compares two file-system paths. More... | |
| struct | path_compare_env |
| Binary predicate object that compares two file-system paths, after expanding environment variables in the compared path strings. More... | |
| struct | path_exists |
| Unary predicate that indicates whether a given path exists. More... | |
| struct | path_exists_env |
| Unary predicate that indicates whether a given path exists, after expanding environment variables in the path string. More... | |
| struct | path_contains_file |
| Unary predicate that searches for the existance of a given file in the directory presented in its function call argument. More... | |
1.5.6