Mail Archives: djgpp/1998/01/20/07:55:54
Paul Derbyshire wrote:
>
> Flame me if I'm wrong, but isn't there a libc function for moving files?
Try rename(). That's all a move really is, unless you "move" a file to
a different drive, in which case it's a copy/delete. Implementation of
the latter is left as an exercise for the reader.
--
---------------------------------------------------------------------
| John M. Aldrich | "It may be better to be a live jackal|
| aka Fighteer I | than a dead lion, but it is better |
| mailto:fighteer AT cs DOT com | still to be a live lion." |
| http://www.cs.com/fighteer | - Lazarus Long |
---------------------------------------------------------------------
- Raw text -