#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include "OgrePlatform.h"
#include <dirent.h>
#include <unistd.h>
#include <fnmatch.h>
Go to the source code of this file.
Classes | |
struct | _finddata_t |
Defines | |
#define | _A_NORMAL 0x00 |
#define | _A_RDONLY 0x01 |
#define | _A_HIDDEN 0x02 |
#define | _A_SYSTEM 0x04 |
#define | _A_ARCH 0x20 |
#define | _A_SUBDIR 0x10 |
Functions | |
intptr_t | _findfirst (const char *pattern, struct _finddata_t *data) |
int | _findnext (intptr_t id, struct _finddata_t *data) |
int | _findclose (intptr_t id) |
#define _A_ARCH 0x20 |
Definition at line 64 of file OgreSearchOps.h.
#define _A_HIDDEN 0x02 |
Definition at line 62 of file OgreSearchOps.h.
#define _A_NORMAL 0x00 |
Definition at line 60 of file OgreSearchOps.h.
#define _A_RDONLY 0x01 |
Definition at line 61 of file OgreSearchOps.h.
#define _A_SUBDIR 0x10 |
Definition at line 66 of file OgreSearchOps.h.
#define _A_SYSTEM 0x04 |
Definition at line 63 of file OgreSearchOps.h.
int _findclose | ( | intptr_t | id | ) |
intptr_t _findfirst | ( | const char * | pattern, | |
struct _finddata_t * | data | |||
) |
int _findnext | ( | intptr_t | id, | |
struct _finddata_t * | data | |||
) |
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:36:29 2012