home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-02 | 703 b | 13 lines | [TEXT/MMCC] |
- /************************************************************************************
- * *
- * FindFile.h *
- * *
- * ©1995 Douglas Grounds. All Rights Reserved. *
- * *
- * This file contains a function to find a file based on vRefNum, dirId and name, *
- * or by name alone (full or relative path). *
- * *
- ************************************************************************************/
-
- Boolean findFile (short vRefNum, long dirId, char *fileName, FSSpec *foundFile);
-