Andre, the goal for me on this one is to get the path to the app so I can use 
it in the launch command. For some reason, using the short name of the app does 
not work with the launch command, although maybe it should. Also launch using 
just the filename does not launch the default app like you would think. 

Bob S


> On Mar 21, 2022, at 16:16 , Bob Sneidar <bobsnei...@iotecdigital.com> wrote:
> 
> NVM on this one. Apparently the TextEdit.app application is actually in 
> /System/Applications/ even though there is a TextEdit.app file in 
> /Applications/. Must be a SymLink. 
> 
> Bob S
> 
> 
>> On Mar 21, 2022, at 16:12 , Bob Sneidar <bobsnei...@iotecdigital.com> wrote:
>> 
>> Also the launch command is not working with the TextEdit application. 
>> 
>> Bob S
>> 
>> 
>>> On Mar 21, 2022, at 15:58 , Bob Sneidar via use-livecode 
>>> <use-livecode@lists.runrev.com> wrote:
>>> 
>>> I have the following in a script, and it does not seem to be able to find 
>>> the TextEdit.app application on a Mac! 
>>> 
>>> put "/Applications/TextEdit.app" into tTextEditorPath
>>> if there is a folder tTextEditorPath  then 
>>>       put true into tValidPath
>>> end if
>>> 
>>> if tValidPath is false then 
>>>    put empty into tTextEditorPath
>>> end if
>>> 
>>> That cannot be right. 
>>> 
>>> MacOS Catalina 10.15.7 LC 9.6.7 lc2. 
>>> 
>>> Bob S
>>> 
>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> 


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to