Economy-x-Talk - Sample Scripts
CreateFolder() AS
Use AppleScript to create a new folder at a particular location. The parameter nam is the name of the new folder and lok contains the path of the parent folder of the new folder.
on createFolder(nam, lok)
set rslt to ""
tell application "Finder"
try
make new folder nam at lok
on error errMsg number errNr
set rslt to "Error: " & errMsg & " (" & errNr & ")"
end try
end tell
return rslt
end createFolder
Keep this extensive resource of tutorials and samples on-line! Support RunRev.info!
| Yes, this script is useful. I make a donation and choose freely how much I want to donate on-line (PayPal). Click here if you want to make a donation in dollars. | This script has not (completely) solved my problem and I want Economy-x-Talk to take care of it. Let me contact you. |
Copyright©2002-2008 by Mark Schonewille, Nijmegen, the Netherlands. This web site is in no way affiliated with Runtime Revolution Ltd., but we do recommend the Revolution development platform.