hi,
if i want to copy a file waht would i have to do?
i'm trying to use Copyfile insruction but it doesn't work.
i'm surprised because i thought was very simple.
i'm using:
CopyFile(zip,temp,FALSE);
where zip it's the source whereas temp is the destination, such as
zip a:\\AE.zip
temp C:\\temp\\AE.zip
any ideas?
if i want to copy a file waht would i have to do?
i'm trying to use Copyfile insruction but it doesn't work.
i'm surprised because i thought was very simple.
i'm using:
CopyFile(zip,temp,FALSE);
where zip it's the source whereas temp is the destination, such as
zip a:\\AE.zip
temp C:\\temp\\AE.zip
any ideas?