There is no TextEdit.app???

Bob Sneidar bobsneidar at iotecdigital.com
Mon Mar 21 19:06:21 EDT 2022


Also of great curiosity to me, 

set the tool to "Browse Tool" 

throws an error in the SE. 

set the tool to "browse tool" 

does NOT throw an error in the SE! 

Bob S


> On Mar 21, 2022, at 15:58 , Bob Sneidar <bobsneidar at iotecdigital.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
> 




More information about the use-livecode mailing list