In message box,
Code: Select all
put there is a file specialFolderPath("desktop") & "/" & "lorem.html"
When I type
Code: Select all
put specialFolderPath("desktop")
When I copy the above returned result and stick it in the original command in place of specialFolderPath("desktop") as in
Code: Select all
put there is a file "/Users/MyName/Desktop/lorem.html"
What gives? Could it be that my Desktop folder is inside my iCloud folder which is transparent when the path is called literally but interferes somehow when specialFolderPath is used?
Thanks,
Sri