On Apr 16, 9:36 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
> DataSmash wrote:
> > Hi,
> > I need to organize thousands of directories full of files.
> > I want to move these directories into other subdirectories.
> > For example, all the directories that start with 01, move to
> > a directory named
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 directo
DataSmash wrote:
> Hi,
> I need to organize thousands of directories full of files.
> I want to move these directories into other subdirectories.
> For example, all the directories that start with 01, move to
> a directory named "one", all directories that start with 02, move
> to a directory name