[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Moving a file between volumes
- Subject: Moving a file between volumes
- From: macdaddy at hash.com (Randy Croucher)
- Date: Tue Mar 2 08:49:19 2004
Hello,
Is there a rename/move file call that will work across volumes? Or do
I need to determine if the two paths are on different volumes, and
either call rename or some sort of copy and delete? If I do need to
copy and delete it, what calls would those be? Has anyone already
written a function to do this?
Thank you,
Randy