Monday, May 21, 2012

Folder Creation

Here is how you create a folder

Just put in the folder destination on the 2nd line and the name of the folder follow by “\”

Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CreateFolder("c:\(FOLDER NAME)\")

Done


0 comments:

Post a Comment