|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Data Structures | |
| struct | _FB_DIRCTX |
Typedefs | |
| typedef struct _FB_DIRCTX | FB_DIRCTX |
Functions | |
| static void | close_dir (void) |
| static int | get_attrib (char *name, struct stat *info) |
| static int | match_spec (char *name) |
| static char * | find_next (int *attrib) |
| FBCALL FBSTRING * | fb_Dir (FBSTRING *filespec, int attrib, int *out_attrib) |
| typedef struct _FB_DIRCTX FB_DIRCTX |
|
static |
|
static |
Definition at line 97 of file file_dir.c.


|
static |
|
static |