home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / TemaCD / ghostscr / gsv33w32.exe / pstoedit / SAFER.PS < prev    next >
Encoding:
Text File  |  1997-04-06  |  360 b   |  5 lines

  1. % disallow all file ops
  2. /file        { (Your PostScript program tried to use an unsafe operation \(file\) \n) print quit } bind def
  3. /renamefile  { (Your PostScript program tried to use an unsafe operation \(renamefile\) \n) print quit } bind def
  4. /deletefile  { (Your PostScript program tried to use an unsafe operation \(deletefile\) \n) print quit } bind def
  5.