Copyfile
Posted: Sat Apr 10, 2004 6:16 pm
Hi,
ive got some problems with copyfile.
Example :
Result = CreateDirectory(String$)
...
..
.
Result = CopyFile_("text.txt",(String$)"/text1",1 )
Result = CopyFile_("text.txt","(String$)/text1",1 )
Result = CopyFile_("text.txt","String$/text1",1 )
--------------------------------------------------------------
all 3 versions dont work ..... i want to copy teh files into the folder which was created and the name is the value of String$
ive got some problems with copyfile.
Example :
Result = CreateDirectory(String$)
...
..
.
Result = CopyFile_("text.txt",(String$)"/text1",1 )
Result = CopyFile_("text.txt","(String$)/text1",1 )
Result = CopyFile_("text.txt","String$/text1",1 )
--------------------------------------------------------------
all 3 versions dont work ..... i want to copy teh files into the folder which was created and the name is the value of String$