>Is there an easy way to find a selected files file type in RR?
>
>Eg:
>
>on mouseup
> answer file "Please choose a file:"
> if it is empty then exit mouseUp
>
>-- if the type of it is APPL then answer "an app"
>
>end mouseup
Hi,
not shure to understand your request,
but you can use the following alternatives :
1/
answer file "Please choose a file:" of type "TEXT"
if, for example, you just want the user to choose text files
2/
Look for "fileType" and "stackFileType" properties in the doc
(Transcript dictionary)
----
Beruvin