Hi Folks,
I try to check the Version Number of an Application (Web’n’walk Manager MacOS, Version 1.4)
tell application "Finder"
set appname to (path to applications folder as Unicode text) & "Web'n'walk Manager MacOS"
set version_number to version of appname
display dialog version_number
end tell
result:
Can´t get version of "Macintosh HD: Applications: Web’n’walk Manager MacOS
But, when I open Finder then I see the Version Number: 1.4…
Any hints why am failing in getting the number?
Thanks for your feedback,
Stefan