c.haslam Posted December 13, 2006 Posted December 13, 2006 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: CODEDirRemove("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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now