Lines Matching full:destination
114 The destination may be a directory.
125 The destination may be a directory.
148 The destination directory must not already exist.
152 source tree result in symbolic links in the destination tree; if
268 If the destination is a directory or a symlink to a directory, the source
269 is moved inside the directory. The destination path must not already
272 If the destination already exists but is not a directory, it may be
275 If the destination is on our current filesystem, then rename() is used.
276 Otherwise, src is copied to the destination and then removed.
291 raise Error, "Destination path '%s' already exists" % real_dst