'This example explain the manipulation of files, directory, folders, drives using microsoft scripti
'This example explain the manipulation of files, directory, folders, drives using microsoft scripting runtime
Rate 'This example explain the manipulation of files, directory, folders, drives using microsoft scripti
(1(1 Vote))
Manipulate.CopyFile("source","destination",Overwritefile as Boolean)'CopyFiles
Manipulate.CopyFolder("source","destination",Overwritefile as Boolean)'CopyFolder
Manipulate.CreateFolder("Path")
Manipulate.CreateFile("Path")
Manipuate.CreateTextFile("Path",OverWriteFile as Boolean)
'etc
end sub
'This example explain the manipulation of files, directory, folders, drives using microsoft scripti Comments
No comments yet — be the first to post one!
Post a Comment