Computer Basics

Link to Hands On! 11 - Hands On: Directories/Folders

Link to Home - Jan's Illustrated Computer Literacy 101


Folder TreeOnce you've named a file, you still have to put it some where. Files are organized by grouping them in directories or folders. (Which name you use depends on what operating system you are using, but the results are the same.)
 
The directories/folders are nested within each other, forming a hierarchy called the Directory or Folder Tree. Below is an expanded folder tree in Windows 95's Explorer. (More recent version are very much the same.)

Explorer showing nested folders to Order.hlp

There are several features to notice.

Nested folders  First look at the nesting of the folders. There can be as many levels as you like or can remember.

open folder icon  This icon is for the open folder and what's in it is displayed in the right window pane.

folder tree plus icon  This symbol indicates a folder which has subfolders which are not displayed in the tree. Clicking on the folder tree plus icon icon would expand the tree to show these folders.

folder tree minus icon  This symbol marks a folder which has subfolders which are being shown in the tree. Clicking on the folder tree minus icon icon would collapse this branch of the tree so that the subfolders are not displayed.

Higlhighted file  This is the currently selected file. This is not the color Windows uses by default, and neither is the title bar. These are some of many display characteristics that you can change under Windows. To see what you can change under Win95/98/XP, go to the Start Menu, Control Panel, Display, Appearance tab.


Where you are:
JegsWorks > Lessons > Computer Basics


  1. Computer TypesArrow: Subtopics
  2. ApplicationsArrow: Subtopics   
  3. InputArrow: Subtopics
  4. ProcessingArrow: Subtopics  
  5. OutputArrow: Subtopics
  6. StorageArrow: Subtopics
  7. Computer to ComputerArrow: Subtopics
  8. System SoftwareArrow: Subtopics
  9. ProgrammingArrow: Subtopics

  10. What You SeeArrow: Subtopics
Link to Hands On! 11. Hands On! Arrow: Subtopics list open
    Get Started
    Files
    Directories/Folders
    Printing
    Networked
    Help!
    Info?
    Quiz
  12. On Your OwnArrow: Subtopics

Search

Glossary

Appendix


Path

The full path name for a file lists the whole route down the tree from the root to the document. For example, the full path to the file selected above is:

C:\MSOffice\Access\Samples\Orders.hlp

which tells us that on drive C in folder MSOffice in subfolder Access in subfolder Samples is the file Orders.hlp.

Windows 95 Explorer

You can see that nesting your documents deeply in such a tree could add a lot of typing to your day!

User TipIf you are working under Windows in DOS mode and list the files in a directory (See DOS Commands), you may see a lot of directories and files with ~1 or similar at the end of the file name. This is what DOS does when it hits a long file name. It shortens it to 6 characters and then adds as the last two characters of the name part the tilde character and a number. Like this:

My Letter to Dad.doc becomes mylett~1.doc
My Letter to Mom.doc becomes mylett~2.doc

User WarningWhen saving your file, be careful not only about the name it's saved with but WHERE it is being saved, that is, in what folder or directory. Some programs have a default folder/directory that they use all the time unless you select a different one at the time you save the file. Others will automatically use the folder that was used the last time a file was saved. The more sophisticated programs allow you to choose which behavior you want or even change the default folder to one of your own. There are benefits to both schemes, but you need to be very much aware of what each program is doing.

User WarningClicking on a toolbar icon to save may not tell you what just happened. You may need to use the File | Save or File | Save As menu command to get a dialog box so you can modify the standard behavior for that program. If you don't know what your program is doing, using the toolbar icon can result in "lost" files: "I know I saved it but I just can't find it!" Know your software!


Directories

If you don't want to use your program's default folders for storing documents created by that program, you can create folders of your own, with your own names, organized to suit the way you work. After all, they are YOUR documents! Let's look at how to do this under:

DOS iconDOS (for emergencies) and wind95 iconWin95/98/XP.

DOS iconDirectory in DOS

Sometimes we get in trouble and our lovely graphical interfaces won't work. To handle some of these emergencies you need to work in DOS. So, to create a directory from the DOS command line you first need to know the full path that you want. Then to create a directory named mydrctry (my 8 character version of "my directory"), use the command for making a directory, which is md (It's nice to be obvious from time to time!)

A:\>md mydrctry
 
C:\>md a:\mydrctry

The first line in the example creates the subdirectory mydrctry in the directory currently shown on the command line. In this case that is the root directory of the floppy drive. This is where you would want to save a file when the computer is not your own or you want to work on the file elsewhere.

The second command in the example creates a directory somewhere besides the directory on the command line, which show drive C in this case. You must give the full path to the new directory.

Remember the restrictions on legal names discussed in the previous lesson on Files. And only 8 characters in DOS for the directory name.

There are a number of other DOS commands that are useful, even under Win95/98/XP.


Win95 iconFolder in Win95/98/XP

To create a folder in Windows 95/98/XP you need to open a My Computer or Explorer window for the drive you want your new folder on. The illustration is for an Explorer window for Drive C.

Win95 Explorer create new folder

Steps to Create Folder

1. Open the drive or folder for which you want your new folder to be a subfolder by double-clicking it. In My Computer you now have a window that displays the contents of the selected folder. In Explorer, as above, the right-hand pane will show that folder's contents.

2. From the File menu select New and then Folder.

Or right click in a blank area where the folder's contents is displayed. From the popup menu choose New and then Folder.

3. Name the folder When the icon for the new folder appears, it's name will be "New Folder" and it will be highlighted. You'll want to rename it something more helpful!

While you're here, check out the other file management commands that are available from the File menu and the right-click popup menu. You can rename, move, copy, and delete files and folders. You can drag and drop files and folders also.

User TipIf you use the right mouse button to drag, you'll see a popup menu of choices when you drop. This way you can choose whether to move, copy, or create a shortcut after you get there!

User WarningWhile you are looking around, don't start deleting and renaming stuff that you didn't create yourself! You can destroy your programs if you aren't careful!

User WarningAlso be VERY CAREFUL with the Format command, which is available when you have a drive selected in My Computer or Explorer. You need it to prepare floppies but remember that you can erase your hard disk with this one!!! Choose your drives very, very carefully.


Lessons Computer Basics Previous Page Next Page


Teachers: Request permission to use this site with your class

Copyright © 1997-2008 Jan Smith   <jegs1@jegsworks.com>
All Rights Reserved

Icon: DownloadIcon: CDDownload lessons
Want to help?


~~  1 Cor. 10:31 ...whatever you do, do it all for the glory of God.  ~~


Last updated: 22 Jan 2008