home *** CD-ROM | disk | FTP | other *** search
/ Adobe Illustrator 3.0 & Fonts [NeXTSTEP] / AdobeTypeLibrary_RotisSemiSans1.img / FontInstaller.app / clearcache.ps < prev    next >
Text File  |  1991-04-24  |  329b  |  20 lines

  1. %!
  2. %%Title: clearcache.ps
  3. % Copyright (C) 1987, 1991
  4. % Adobe Systems Incorporated
  5. % All Rights Reserved
  6. % CreationDate: (4/23/91)
  7.  
  8. statusdict begin
  9.     /diskstatus where {
  10.     pop
  11.     diskstatus add 0 ne {
  12.         % disk is hooked up and working, apparently
  13.         (FC/*) {
  14.         deletefile
  15.         } 256 string filenameforall
  16.     } if
  17.     } if
  18. end
  19.  
  20.