Page 1 of 1

Best way to work with answer folder on multiplatform

Posted: Sun Aug 09, 2009 11:30 am
by titobal
Hi,

What is the best way to implement "answer folder" when targetting Mac and PC softwares ?

I would like to ask the user to pick a folder, by default it will point to the desktop of the PC or MAC and then the user will pick its choice.

How would you recommend to implement that ?

Thanks.

Posted: Sun Aug 09, 2009 12:36 pm
by Klaus
Hi Titobal,

do this (crossplatform!):
...
answer folder "Select a folder:" with specialfolderpath("desktop")
...


Best

Klaus

Posted: Sun Aug 09, 2009 1:11 pm
by titobal
Many thanks Klaus !