FARGOS/VISTA Object Management Environment Core
..
|
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <dirent.h>
#include <time.h>
#include <OMEtype.h>
#include <OMEfunctions.h>
Macros | |
#define | NATIVE_DIR_SEP '/' |
#define | ALT_DIR_SEP '\\' |
Functions | |
OMEarray * | OMElistDirectory (const OMEstring &dirName, int *errRet) |
List all files within a filesystem directory. More... | |
OMEarray * | OMEparsePathSpecification (const OMEstring &spec) |
Parse a list of directories specified by a string path into an sequence of OMEarray elements. More... | |
OMEstring * | OMEfindFileInDirectory (const OMEstring &fileName, const OMEarray &dirNames) |
Search for a file located within a list of directories specified as elements of an OMEarray. More... | |
OMEstring * | OMEfindFileInPathSpec (const OMEstring &fileName, const OMEstring &path) |
Search for a file located within a set of directories specified by a string path. More... | |
#define ALT_DIR_SEP '\\' |
#define NATIVE_DIR_SEP '/' |
![]() | Generated: Tue Jul 28 2020 16:03:26
Support Information |