File copy in vb6
Visual Basic
4
Posts
3
Posters
0
Views
1
Watching
-
Hello friends i want to copy a fiel in vb6 if u have any idea about it. i tried filecopy(sourcefile,destination) but it give permission denied runtime erro 70.:)
do you have the permission to copy that file? If not then its kinda obvious ;) else i would say try another file
"All your base are belong to us..." Mr. Cats (2110 A.D.)
-
do you have the permission to copy that file? If not then its kinda obvious ;) else i would say try another file
"All your base are belong to us..." Mr. Cats (2110 A.D.)
-
Then that file is probably either read-only or open by another process.