in reply to Re: Moving files and directories
in thread Moving files and directories

The moving of files and directories are AFTER another operation within a perl script.

Replies are listed 'Best First'.
Re^3: Moving files and directories
by afoken (Chancellor) on May 09, 2009 at 01:58 UTC

    You can call external programs like xcopy, deltree and move from whithin perl, on Win32 typically with system() or Win32::Process.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)