get-filename in frame:basic<%>
This returns the filename that the frame is currently being saved as,
or #f if there is no appropriate filename.
( -> (union #f string)
send a-frame:basic get-filename temp)
temp = : (union #f (box boolean))#f
Defaultly returns #f.
If temp is a box, it is filled with #t or #f,
depending if the filename is a temporary filename.