You can check if a folder exists like this:
tell application "Finder"
if not ("Macintosh HD:users:tdevore:t�st" exists) then
make new folder at "Macintosh HD:users:tdevore" with properties {name:"t�st"}
end if
make new folder at "Macintosh HD:users:tdevore:t�st" with properties {name:"t�sting"}
end tell
It further create a folder on my desktop....
Greetings. Yves COPPE
[EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
