Re: dos.e
- Posted by jluethje at gmx.de May 19, 2002
- 504 views
Sorry! For some reason, the last part of my previous message was destroyed. It should have been like this: ===========================[ documentation ]============================= There is an error in the documentation at the beginning of the file: <snip> ------------------------------------------------------------------------------- -- i = move(old,new) -- -- Moves file old to new. Can be used as rename among different -- -- disk drives. -- ------------------------------------------------------------------------------- -- i = rename(old,new) -- -- Renames file old to new. -- -- NOTE: Can't rename among different disk drives -- ------------------------------------------------------------------------------- </snip> There is a contradiction, because both move() and rename() exactly work the same. The only thing move() does, is calling rename(). Best regards, Juergen