moving multiple directories

DataSmash rdh at new.rr.com
Mon Apr 16 15:25:39 EDT 2007


Thanks Larry, I'll give that a try...
R.D.



>
> Use win32.moveFile method instead.  This links directly to the Windows
> MoveFile method that just moves the directory entries around.
>
> From Win32 Documentation:
>
> win32api.MoveFile
> MoveFile(srcName, destName)
>
> Renames a file, or a directory (including its children).
>
> Parameters
>
> srcName : string
>
> The name of the source file.
>
> destName : string
>
> The name of the destination file.
>
> Comments
> This method can not move files across volumes.
>
> -Larry





More information about the Python-list mailing list