Routines to abstract out path separator differences between MacOS and the rest of the world. More...
#include <sys/types.h>
#include <simgear/compiler.h>
#include <string>
#include <simgear/math/sg_types.hxx>
Go to the source code of this file.
Classes | |
class | SGPath |
A class to hide path separator difference across platforms and assist in managing file system path names. More... | |
Functions | |
string_list | sgPathBranchSplit (const string &path) |
Split a directory string into a list of it's parent directories. | |
string_list | sgPathSplit (const string &search_path) |
Split a directory search path into a vector of individual paths. |
Routines to abstract out path separator differences between MacOS and the rest of the world.
Definition in file sg_path.hxx.