Digging around in the undergrowth
Posted: Wed Nov 15, 2023 5:44 pm
Erm . . . any idea where I have gone wrong:
-
And I will apologise in advance for using LC 963 rather than a recension of OXT or OXT Lite; but I want to work with something 'virgin' for this.
This does NOT take to that folder, but to the most recent folder my IDE has been saving things to.
-
Code: Select all
on mouseUp
set the itemDelimiter to TAB
answer file "Choose a text .tsv spreadsheet file:" with (specialFolderPath("/Users/richmond/LiveCode/LiveCode Community 9.6.3.app/Contents/Tools/Toolset/resources/supporting_files/property_definitions/") ) with type "Text TSV|tsv|"
if it = empty then exit to top
set the text of fld "fGUFF" to URL ("file:" & it)
end mouseUp
This does NOT take to that folder, but to the most recent folder my IDE has been saving things to.