#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.
|
#define | _A_ARCH 0x20 /* Archive file */ |
|
#define | _A_HIDDEN 0x02 /* Hidden file */ |
|
#define | _A_NORMAL 0x00 /* Normalfile-Noread/writerestrictions */ |
|
#define | _A_RDONLY 0x01 /* Read only file */ |
|
#define | _A_SUBDIR 0x10 /* Subdirectory */ |
|
#define | _A_SYSTEM 0x04 /* System file */ |
|
§ _A_ARCH
#define _A_ARCH 0x20 /* Archive file */ |
§ _A_HIDDEN
#define _A_HIDDEN 0x02 /* Hidden file */ |
§ _A_NORMAL
#define _A_NORMAL 0x00 /* Normalfile-Noread/writerestrictions */ |
§ _A_RDONLY
#define _A_RDONLY 0x01 /* Read only file */ |
§ _A_SUBDIR
#define _A_SUBDIR 0x10 /* Subdirectory */ |
§ _A_SYSTEM
#define _A_SYSTEM 0x04 /* System file */ |
§ _findclose()
int _findclose |
( |
intptr_t |
id | ) |
|
§ _findfirst()
intptr_t _findfirst |
( |
const char * |
pattern, |
|
|
struct _finddata_t * |
data |
|
) |
| |
§ _findnext()
int _findnext |
( |
intptr_t |
id, |
|
|
struct _finddata_t * |
data |
|
) |
| |