Hello, im trying to write a script that creates a folder and lets the user name it and choose location where to create it.
My script:
tell application "finder"
set theFolder to make new folder at dekstop
set theName to text returned of
(display dialog "Folderio pavadinimas" default answer "")
set loc to choose folder "Pasirinkite folderio lokacija"
end tell
Any solutions how to improve this program and make it work?
My script:
tell application "finder"
set theFolder to make new folder at dekstop
set theName to text returned of
(display dialog "Folderio pavadinimas" default answer "")
set loc to choose folder "Pasirinkite folderio lokacija"
end tell
Any solutions how to improve this program and make it work?