VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Copy the file from one location to another location

by Bhuwan Chand Joshi (69 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 21st July 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Copy the file from one location to another location

Rate Copy the file from one location to another location



'Make a reference to a Microsoft Scripting Runtime Library

Public sub Form_Load()

Dim fso As New FileSystemObject
fso.CopyFile "D:\Test.txt", "C:\"

End Sub

'This program copy a file Test.txt from the drive "D:" to "C:" 


Download this snippet    Add to My Saved Code

Copy the file from one location to another location Comments

No comments have been posted about Copy the file from one location to another location. Why not be the first to post a comment about Copy the file from one location to another location.

Post your comment

Subject:
Message:
0/1000 characters