home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / file.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  23 lines

  1. FILE  
  2.  
  3. A place on a disk that holds some data or a program. To tell the computer to 
  4. do something to a file, the file has to have a filename. A filename may have 
  5. up to 8 characters, and may be followed by a period (.) and an extension. DOS 
  6. commands to manipulate files are summarized in the SUMMARY FILE_MANIPULATION 
  7. topic.
  8.  
  9.         FILENAME.EXT
  10.         /       \
  11.     filename       extension
  12.  
  13. Filenames can include letters (A through Z) and numbers (0 through 9). "A" 
  14. and "a" are equivalent in a filename. Other characters such as !, #, $, and
  15. _ can be used, but occasionally some program may object. DOS 4.0 users can 
  16. include many of the international characters in filenames. The DOS special 
  17. characters listed in the NEW_TERMS SPECIAL_CHARACTERS definition should not 
  18. be used. 
  19.  
  20. Some filenames, called device names, have special meaning to DOS. They are
  21. listed in the NEW_TERMS DEVICE_NAMES topic. Adding an extension to a device 
  22. name is usually allowed, but it is still a device name.
  23.