Path Names, Directory Structures, and File Dialog Boxes

No concept is more fundamental to using computers than the ideas contained in file and path names. Once you fully understand the way information is stored and organized on a computer, using one becomes much easier. Ok. Some basic facts.

File Dialog Boxes

File dialog boxes are Windows (or Windows95 or OS/2 for that matter) boxes that open up for file selection. They have at least three separate boxes, all parts of the path name: the drive box, the dir/subdir box, and the filename box. Many File Dialog boxes also have a file extension box as well. Files are selected by scrolling the directory structure and double-clicking the desired directory, and then doing likewise to select the appropriate file within that directory. When the drive, dir, subdir, filename, and extension are all selected, the user then clicks Open, Save, OK or some other button to initiate some event.