PDA

View Full Version : FILE_Move unexpected return value



AlexOZ
23-05-2008, 01:10
Hi

FILE_Move is correctly moving a file but returns a value of 1. The help says that 0 means no errors. Any suggestions? Version 1.6.0.8 on XP Pro.

Thanks

Alex

ErosOlmi
23-05-2008, 06:45
Alex,

you are right. Return value is not in synch with help. I checked our version history and found we change it. Previously we where using the MOVE functionality given by our compiler to the MOVE functionality of the Windows API. API returns a value different from zero if all ok or zero in case of error.

I will change thinBasic help.
Thanks