home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / mac / lib / FindFolder.pl < prev    next >
Perl Script  |  1994-08-31  |  422b  |  27 lines

  1. package MacPerl;
  2.  
  3. &MacPerl'LoadExternals("FindFolder.pl");
  4.  
  5. #
  6. # &MacPerl'FindFolder($foldertype [, $create])
  7. # Where $type is one of:
  8. #
  9. # A[pple menu]
  10. # C[ontrol Panel]
  11. # D[esktop]
  12. # E[xtension]
  13. # F[onts]
  14. # P[references]
  15. # M[onitor Printing]
  16. # N[etwork trash]
  17. # T[rash]
  18. # I[tems startup]
  19. # S[ystem]
  20. # Y[TemporarY Items]
  21. #
  22. # If "true", $create specifies that the folder should be created if it
  23. # doesn't exist yet.
  24. #
  25.  
  26. 1;