filecopy..

Blitz3D Forums/Blitz3D Programming/filecopy..

How do I copy an exe with blitz?

Seems like a stupid question, but I have tried every way I could think of, and the only thing I can copy is files that were created and written to by a B3D program...

Andy

My guess is you've simply lost track of where to find the new file.

If you use a file name without a full path like C:\program file\whatever...
then you are actually referring to the current directory.

So the new file may not be in the same folder as the original.

Thanks for endulging me, in my battle against stupidity... Needless to say, I lost, and after a few hours of fresh air, I revisited my project and it worked...

Andy