TORCS  1.3.9
The Open Racing Car Simulator
directory.cpp File Reference

Directory API. More...

#include <stdlib.h>
#include <tgf.h>
#include "os.h"
Include dependency graph for directory.cpp:

Go to the source code of this file.

Functions

void gfDirInit (void)
 
tFListGfDirGetList (const char *dir)
 Get the list of files of a given directory. More...
 
tFListGfDirGetListFiltered (const char *dir, const char *suffix)
 Get the list of files with matching suffix of a given directory. More...
 
void GfDirFreeList (tFList *list, tfDirfreeUserData freeUserData, bool freename, bool freedispname)
 Free a directory list. More...
 

Detailed Description

Directory API.

Author
Bernhard Wymann, Eric Espie
Version
$Id$

Definition in file directory.cpp.

Function Documentation

◆ gfDirInit()

void gfDirInit ( void  )

Definition at line 33 of file directory.cpp.