Dear,

For earlier kixtart versions you can use

code:
IF (Exist($strDrive+"\Test") = 0) ; if it's not there   
MD $strDrive+"\Test"
IF (@error <> 0)
? "Error KIX-MD: problems with making folder. error code @error (@serror)"
ENDIF
IF (Exist($strDrive+"\Test\Test123") = 0)
MD $strDrive+"\Test\Test123"
ENDIF
IF (Exist($strDrive+"\Test\Test123\Log") = 0)
MD $strDrive+"\Test\Test123\Log"
ENDIF
IF (Exist($strDrive+"\Test\Test123\Log\@wksta") = 0)
MD $strDrive+"\Test\Test123\Log\@wksta"
ENDIF
ENDIF

greetings.
_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA