Re: dos.e

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu