home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / DesktopSwitch / FileRoutines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-17  |  456 b   |  12 lines  |  [TEXT/KAHL]

  1. /* Header file for file manipulation routines not directly dependen on DS globals.*/
  2.  
  3. #include <Files.h>
  4. #include <Folders.h>
  5.  
  6. OSErr FSSpecToInfoRec (FSSpec theSpec,CInfoPBRec *theInfoRec);
  7. void MakeInvisible (FSSpec theSpec);
  8. void MakeVisible (FSSpec theSpec);
  9. OSErr MoveFileToDesktop (FSSpec theFile);
  10. OSErr GetFinderInfo (FSSpec theFile,FInfo* finderInfo,FXInfo* finderXInfo);
  11. OSErr SetFinderInfo (FSSpec theFile,FInfo* finderInfo,FXInfo* finderXInfo);
  12.