home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / revfn11.lbr / REVFN11.FOR < prev    next >
Encoding:
Text File  |  1990-10-08  |  512 b   |  8 lines

  1. REVFN reverses the case of a filename, making it upper-case if 
  2. it's lower, lower-case if it's upper.  Written primarily to allow 
  3. the renaming of lower-case disk labels created by DSKNUM, REVFN 
  4. may also be useful to convert filenames inadvertently saved in 
  5. lower-case by MBASIC.  File attributes (R/O, SYS, ARC, etc.) are 
  6. maintained.  For ZCPR3 only.  Version 1.1 now properly handles 
  7. filenames beginning with a slash.
  8.