FreeBASIC  0.91.0
file_dir.c File Reference
#include "../fb.h"
#include <direct.h>
#include <windows.h>
Include dependency graph for file_dir.c:

Go to the source code of this file.

Data Structures

struct  FB_DIRCTX
 

Functions

static void close_dir (void)
 
static char * find_next (int *attrib)
 
FBCALL FBSTRINGfb_Dir (FBSTRING *filespec, int attrib, int *out_attrib)
 

Function Documentation

static void close_dir ( void  )
static

Definition at line 21 of file file_dir.c.

Here is the caller graph for this function:

FBCALL FBSTRING* fb_Dir ( FBSTRING filespec,
int  attrib,
int *  out_attrib 
)

Definition at line 68 of file file_dir.c.

Here is the call graph for this function:

static char* find_next ( int *  attrib)
static

Definition at line 32 of file file_dir.c.

Here is the call graph for this function:

Here is the caller graph for this function: