Jump to content

Recommended Posts

Posted

I have files in a tree of which F:\CDWHtemp is the root. I wish to move the tree to have F:\CDWH as its root. The following (and variants of it) don't work:

CODE
DirRemove("F:\CDWH",1) ; delete tree

$ret = DirMove("F:\CDWtemp","F:\CDWH")

;$ret = FileMove("F:\CDWHtemp\*.*","F:\CDWH\",8) ; create dir structure (if doesn't exist)

MsgBox(0,"",$ret)

What am I misunderstanding?

...chris

Spoiler

CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...