Hello,
coming from Windows world I miss right click to create a new text file in the current location.
I have read some posts and created the script:
QUOTE
tell application "Finder" to make new file at (the target of the front window) as alias
UNQUOTE
and added it as application to Finder toolbar to create a new file in current location.
Everything runs smoothy but the script does not add the ".txt" extension.
What shall I do to get the script to add the ".txt" extension? Please advise.
Thank you so much,
daniele
coming from Windows world I miss right click to create a new text file in the current location.
I have read some posts and created the script:
QUOTE
tell application "Finder" to make new file at (the target of the front window) as alias
UNQUOTE
and added it as application to Finder toolbar to create a new file in current location.
Everything runs smoothy but the script does not add the ".txt" extension.
What shall I do to get the script to add the ".txt" extension? Please advise.
Thank you so much,
daniele