20 #ifndef LUNCHBOX_FILE_H
21 #define LUNCHBOX_FILE_H
24 #include <lunchbox/compiler.h>
39 const std::string& pattern );
46 LUNCHBOX_API std::string
getFilename(
const std::string& filename );
53 LUNCHBOX_API std::string
getDirname(
const std::string& filename )
96 #endif //LUNCHBOX_FILE_H
Defines export visibility macros for library Lunchbox.
Basic type definitions not provided by the operating system.
std::vector< std::string > Strings
A vector of std::strings.
LUNCHBOX_API Strings searchDirectory(const std::string &directory, const std::string &pattern)
Retrieve a list of files in a directory matching a boost::regex pattern.
LUNCHBOX_API Strings getLibraryPaths()
LUNCHBOX_API std::string getDirname(const std::string &filename) LB_DEPRECATED
Abstraction layer and common utilities for multi-threaded programming.
LUNCHBOX_API std::string getFilename(const std::string &filename)
LUNCHBOX_API std::string getRootPath()
Get the absolute path to the root path of the current executable.
LUNCHBOX_API std::string getLibraryPath()
LUNCHBOX_API std::string getExecutablePath()
Get the absolute path to the current executable.