Home‎ > ‎

Folders



Selecting a Folder

on mouseUp
    answer folder "Please select a folder"
    if it is "cancel" then 
        exit mouseUp
    end if
     set the defaultfolder to it
     put the files into field 1
end mouseUp


Comments