InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of Drive object of Scripting.FileSystemObject class in VBScript? |
|
Answer» Drive contains methods and properties that allow you to gather information about a drive attached to the system. |
|