Data and File Management


File Basics, an Explanation

  Your computers hard drive is the device that stores all your files. It is nothing more than a recording device. Everyone has heard of a "C drive", this is the Windows name for a hard drive. It can also be described as the "root". One could compare C:\ to a file cabinet. Let's say this cabinet has 3 drawers, these would be our folders. Our top drawer will be "Windows", middle will be "Program Files", the bottom drawer will be "My Documents". You may have heard the term "path". Below are some paths:

C:\
C:\Windows
C:\Program Files
C:\My Documents
Every folder or file is contained within C:\
Your Operating systems files are contained here.
Additional Programs reside here.
Files you create are stored here.

  If we create a file called mylife.doc and place it in C:\My Documents then the path to this file will be:

C:\My Documents\mylife.doc

  If we intend to create many documents to be stored into C:\My Documents it would be advisable to categorize them. One could create folders such as "letters" "mybook" "work". Then files pertaining to these folder names could be stored inside. Examples below:

C:\My Documents\letters\dearjohn.doc

C:\My Documents\mybook\chapter1\chapter1.doc

C:\My Documents\work\proposal.doc


Note: this discussion pertained to C:\. It is possible to "partition" a hard drive into "slices". This could result in one drive containing what appears to be many drives. One could create C:\, D:\, and E:\ on one drive.

Top of Page
Back to Index


Windows Explorer

  Windows Explorer is THE file management tool to use. This tool has two windows displayed. The left side shows the "drives", the right side displays the contents of the selected drives. Windows Explorer has many configuration options. I feel the easiest way to use this tool is to set it up as follows:


Top of Page
Back to Index


Finding Those Lost Files

  Finding a "lost" file is easy, as long as you know the name of the file. If you have to download a file for any reason from the Internet simply write down the file name.

Top of Page
Back to Index


Using Windows Explorer

  When I use Windows Explorer I do 95% of my work in the right pane.

Hints and Tips :

Double Clicking a file either executes it, or opens the associated program so the file can be viewed. I rarely open an application and then hunt for the file. Instead I open Explorer and double click my file.

Multiple files can be selected in several ways.

If you want to select all the files in a folder:
To Select sequential files:
To select random files:
Many files may be selected and dragged to the left pane at on time, try it.

Create a new folder




Moving and Copying Files