Wrong folder

Monte Goulding monte at sweattechnologies.com
Wed Mar 19 21:14:00 EST 2003


> > Ken, try adding a trailing "/" to your path; Rev might be a bit
> > particular about that...
> ----------
> Nope. Didin't work. Here's the whole script:
>
> on mouseUp
>   set the defaultFolder to "/Macintosh HD/Revolution 1.1.1
> Classic/Doggies/"
>   answer file empty with filter "JPEGs,*.jpg"
>   put url ("binfile:" & it) into img 1 of grp 1
> end mouseUp
>
> ...shows me the Desktop list. It looks fine to me, so I have no clue where
> to go from here.
>

Hi

Try:

 on mouseUp
   answer file empty with "/Macintosh HD/Revolution 1.1.1 Classic/Doggies/"
with filter "JPEGs,*.jpg"
   put url ("binfile:" & it) into img 1 of grp 1
 end mouseUp

Regards

Monte




More information about the use-livecode mailing list