Blitz (84/193)

From:Ralf Berkvens
Date:15 Aug 2000 at 09:18:31
Subject:Re: Renaming files

> I've just changed from using the NameFile command in one of the Elmore
> Libraries to Rename_
>
> All I did was change
> If NameFile(FileName$, FileName$+".Bkp")
> to
> If Rename_(FileName$, FileName$+".Bkp")
>
> and it's stopped working.
>
> Anyone have any ideas why?
Just a simple guess: Rename_ returns 0 on success, and
NameFile returns -1?

Just a possibility
>
> Thanks
Ralf

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie