InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of File object of Scripting.FileSystemObject class in VBScript? |
|
Answer» File contains methods and properties that allow developers to create, delete or move a file. |
|