home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / s / utils / SetExistsH < prev    next >
Encoding:
Text File  |  1992-03-29  |  296 b   |  10 lines

  1. SetExists (C) Adam Goodfellow 1992 (Arcade User #254 - Elatar)
  2.  
  3. Sets an OS variable to indicate the existance of an object. ie file or
  4. directory.
  5.  
  6. Usage: SetExists <varname> <objname>
  7.  
  8. The variable will be created and set to "FILE" if the object is a file, or
  9. "DIR" if the object is a directory.
  10.