/build/static/layout/Breadcrumb_cap_w.png

CreateFolder & CopyFolder

Hi All,

I am a bit new in the world of scripting but was after some help and guidance

I am attempting to

Create a folder in program files

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.CreateFolder("C:\Program Files\new folder")

copy folder content from a network location to the new folder

Const OverwriteExisting = True
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "<network location\folder1\*" , "C:\Program Files\new folder\sub1\sub2\sub3" , OverwriteExisting

any ideas?

RR

0 Comments   [ + ] Show comments

Answers (0)

Be the first to answer this question

Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ