![]() |
|
|
1. What would the following path tell you? C:\applepie.doc Answer: There is a file on the C: drive called applepie.doc that is not placed in any specific folder. 2. What would the following path tell you? D:\desserts\pies\cherrypie.doc Answer: There is a file called cherrypie.doc on the D: drive, in a folder called pies which is a subfolder of a folder called deserts. You can have many folders and even folders inside of other folders.
|
3. Write a path for a file on the A: drive called notes.txt that is not in a folder.
Answer: A:\notes.txt 4. Write a path for a file located on the C: drive called bedroom2.xls, located in a folder called bedrooms, which is located in another folder called house_inventory. Notice to avoid a space, I used an underscore between house and inventory. Answer: C:\house_inventory\bedrooms\bedroom2.xls ----End of Topic---- |