filecopy..

Blitz3D Forums/Blitz3D Programming/filecopy..

Andy(Posted 2003) [#1]
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


Floyd(Posted 2003) [#2]
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.


Andy(Posted 2003) [#3]
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