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

  1. DIRECTORY 
  2.  
  3. A special file. Like every file, it has a filename. A directory is special 
  4. because it only has filenames in it. Directories are useful because a disk 
  5. can hold hundreds of files, and directories help to organize them. A directory 
  6. whose name is in another directory is called a subdirectory. The DIR command 
  7. will list the filenames in a directory.
  8.  
  9. For each file, DOS keeps track of its size in characters, and the date and 
  10. time it was created. DOS also keeps track of some attributes (characteristics, 
  11. properties) of each file, but does not report them very well to the curious 
  12. user. The ATTRIB command can change some attributes. Attributes DOS keeps 
  13. track of include:
  14.     READ-ONLY    the file can only be read, no writing is allowed
  15.         HIDDEN        the file will not be listed by the DIR command 
  16.     SYSTEM-FILE    the file is an integral part of DOS 
  17.     VOLUME-ID    the file is a disk label
  18.     DIRECTORY    the file is a subdirectory
  19.         ARCHIVE        the file was modified since being backed up
  20.