I have alias file in desktop, and before i delete it using script, i want to get path and file name of original file.
tell application "Finder"
set S to original item of (selection as alias)
end tell
I’m sure someone gonna tell me off for using alias
tell application "Finder"
set S to original item of item 1 of (get selection)
end tell