Exactly. I have a handler in my library:

on createPath pPath
  set the itemDelimiter to "/"
  repeat with n = 1 to the number of items in pPath
if item n of pPath is not empty AND there is no folder (item 1 to n of pPath) then
      create folder (item 1 to n of pPath)
    end if
  end repeat
end createPath

You may want to add error-checking and so-on, but it works well enough.

Best,

Mark

On 21 Aug 2007, at 10:28, Tiemo Hollmann TB wrote:

Hi Mark,
Thanks for the hint, probably that has been the reason, now I can't
reproduce my problem anymore. I didn't knew that.
That means, if a user input gives me a full path to create a new folder, I
have to check and create recursive the path, level by level, right?
Thanks
Tiemo

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to