Re: create nested folders

2005-05-24 Thread Christian Langers
Hi, I found the solution by myself ;-) put "Tutorial/Ladies/Bugs" into test set itemdel to slash put the directory into oldDir put "/Users/christ/Desktop" into tLoc set the directory to tLoc repeat with x=1 to the number of items of test put "/"&item (x-1) of test after tPath if tPath = "/" th

create nested folders

2005-05-24 Thread Christian Langers
Hello, can anybody help me with this ? put "Tutorial/Ladies/Bugs" into test set itemdel to slash put the directory into oldDir put "/Users/christ/Desktop/" into tLoc repeat with x=1 to the number of items of test set the directory to tLoc&item (x-1) of test create folder (item x of test) end