Hii
what is the cod to copy files from one place to another ?
please help me !
Printable View
Hii
what is the cod to copy files from one place to another ?
please help me !
Taken from VB's Help File:
Code:SourceFile = "SRCFILE" ' Define source filename.
DestinationFile = "DESTFILE" ' Define target filename.
FileCopy SourceFile, DestinationFile ' Copy source to target.