VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



'This example explain the manipulation of files, directory, folders, drives using microsoft scripti

by Lightning_Storm (4 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 19th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

'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



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

Download this snippet    Add to My Saved Code

'This example explain the manipulation of files, directory, folders, drives using microsoft scripti Comments

No comments have been posted about 'This example explain the manipulation of files, directory, folders, drives using microsoft scripti. Why not be the first to post a comment about 'This example explain the manipulation of files, directory, folders, drives using microsoft scripti.

Post your comment

Subject:
Message:
0/1000 characters