File System Object

How do create a fileSystemObject?

Questions by mr.hulk

Showing Answers 1 - 3 of 3 Answers

In order to create a File System Object i.e. FSO you may use the following code:

Dim objfso
Set objfso = CreateObject("Scripting.FileSystemObject")

The appropriate "get" method of FSO can be used to access Drive (GetDrive), Folder (GetFolder) or File (GetFile).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions