Hey, can anyone tell me wat the code is to make a button which can copy files from one place to another
Thanks
Page 1 of 1
VB Code from Copying from a to b
#2
Posted 10 October 2004 - 05:44 PM
Private Sub Command1_Click()
Dim fso As Object
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFile "C:\*.TXT", "D:\DESTINATION\"
End Sub
- ← [.NET/MONO] Scripting and Dialog creation...
- Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
- recording in realtime from/to soundcard →
Share this topic:
Page 1 of 1



Help

Back to top








