home *** CD-ROM | disk | FTP | other *** search
- #ifndef _fileUtils_
- #define _fileUtils_
-
- #define MAXFILES 100
-
- /*********************** Prototypes */
-
- void FileFilterInit( void);
- void FileFilterKill( void);
- Boolean MyOpenFile(FSSpec *);
- void MyOpenFolder(FSSpec *);
- Boolean CheckTheType(FSSpec *);
- Boolean CheckTheType(FSSpec *);
- void AddFilterIcon( FSSpec *);
- void SetupFileArray( void);
- void AddFSSpecToFileList( FSSpec *);
-
- #endif
-