Rep : Long Filenames in OS X?
Yves COPPE
yvescoppe at skynet.be
Mon Sep 13 02:26:00 EDT 2004
Hi Peter,
I use Mac OS X also and that's my code for using long file names
Perhaps ou can adapt it for your needs
note : " put urldecode(tFiles) into tFiles"
on mouseUp
answer folder "Which folder ?"
if it is empty then exit to top
put the defaultFolder into tDF
set the defaultFolder to it
put the detailed files into tFiles
put urldecode(tFiles) into tFiles
set the defaultFolder to tDF
answer tFiles
end mouseUp
Hope this helps.
Greetings.
Yves COPPE
yvescoppe at skynet.be
More information about the use-livecode
mailing list