Pls,
I need to use the FileSystemObjet objet but i don´t understand some things:
1_Here is an example of the MSDN library
Set fs = CreateObject("Scripting.FileSystemObject"
Set a = fs.CreateTextFile("c:\testfile.txt", True)
a.WriteLine("This is a test."
a.Close
I don´t understand the porpouse of the "fs" and the "a" in the code.
Are they variables? I have to declare them?
in that case are they objet variables?
I want to use this to create copy and delete some folders...
I need to use the FileSystemObjet objet but i don´t understand some things:
1_Here is an example of the MSDN library
Set fs = CreateObject("Scripting.FileSystemObject"

Set a = fs.CreateTextFile("c:\testfile.txt", True)
a.WriteLine("This is a test."

a.Close
I don´t understand the porpouse of the "fs" and the "a" in the code.
Are they variables? I have to declare them?
in that case are they objet variables?
I want to use this to create copy and delete some folders...