implementing mv
Hong Jiang
hong.jiang at acm.org
Wed Dec 24 03:52:16 EST 2003
More information about the Python-list mailing list
Wed Dec 24 03:52:16 EST 2003
- Previous message (by thread): help, function to get variable type
- Next message (by thread): implementing mv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Is there an efficient way to implement the 'mv' command? I mean not by calling external commands. Moving a file can be done by first making a hard link then unlinking the original file. But I cannot figure out a good way to move a directory. Do I have to move all the files and subdirectories recursively? Thanks.
- Previous message (by thread): help, function to get variable type
- Next message (by thread): implementing mv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list