Home | History | Annotate | Download | only in Lib

Lines Matching defs:move

46            "copytree", "move", "rmtree", "Error", "SpecialFileError",
506 def move(src, dst, copy_function=copy2):
507 """Recursively move a file or directory to another location. This is
552 raise Error("Cannot move a directory '%s' into itself"