home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / FILES.TRU < prev    next >
Encoding:
Text File  |  1986-09-11  |  1.0 KB  |  24 lines

  1. True BASIC               FILES 
  2.           
  3.  Type         │  Press  │
  4. ──────────────┼─────────┼───────────────────────────────────────────────────
  5.               │         │
  6.  files        │         │  to display names of all files on current drive     
  7.               │         │  with extension .TRU or .TRC          
  8.               │         │     
  9.  files *.*    │         │  to display names of all files on current drive     
  10.               │         │     
  11.  files b:*.*  │         │  to display names of all files on alternate drive B
  12.               │         │
  13.  files,length │         │  to display names and lengths of files
  14.               │         │
  15. ──────────────┴─────────┴───────────────────────────────────────────────────
  16.  
  17. The FILES command displays in your history window the names of the files
  18. saved on your disk.
  19.  
  20. Use the length (or len) option to see the lengths of the files in bytes.
  21.  
  22. See also:  HELP OLD   calling up a saved file from your disk
  23.            HELP SAVE  saving your current file on disk
  24.