project_files/hwc/rtl/fileio.h
changeset 11682 2c21bc80c95d
parent 8047 25a4daa6473c
child 14934 68e1783762bc
equal deleted inserted replaced
11681:8fca9fd31357 11682:2c21bc80c95d
    73 #define     fpcrtl_DirectoryExists                      fpcrtl_directoryExists
    73 #define     fpcrtl_DirectoryExists                      fpcrtl_directoryExists
    74 
    74 
    75 bool        fpcrtl_fileExists(string255 filename);
    75 bool        fpcrtl_fileExists(string255 filename);
    76 #define     fpcrtl_FileExists                           fpcrtl_fileExists
    76 #define     fpcrtl_FileExists                           fpcrtl_fileExists
    77 
    77 
       
    78 char *      fpcrtl_getCurrentDir(void);
       
    79 #define     fpcrtl_GetCurrentDir                        fpcrtl_getCurrentDir
       
    80 
    78 #endif /* FILEIO_H_ */
    81 #endif /* FILEIO_H_ */