#include <algorithm>
#include <string>
#include "glob-wrappers.h"
#include "oct-glob.h"
#include "file-stat.h"
#include "unwind-prot.h"
Go to the source code of this file.
Namespaces | |
octave | |
octave::sys | |
Functions | |
bool | octave::sys::fnmatch (const string_vector &pat, const std::string &str, int fnm_flags) |
string_vector | octave::sys::glob (const string_vector &pat) |
static bool | octave::single_match_exists (const std::string &file) |
string_vector | octave::sys::windows_glob (const string_vector &pat) |