How to get the file name path in an variable. I am using the following command for selecting the File.
Code: Select all
answer files "Select the file" with type "*"
Shalu S
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
answer files "Select the file" with type "*"
Code: Select all
on mouseUp
answer file "Select the file" with type "*"
put it
end mouseUp