figuring out a filename from it's handle...



If I've lost track of a filename that a channel was opened for, is
there a way to get the filename from just the channel name?

In other words, after doing the following:

set file_handle [open $filename r]

can I then use $file_handle to determine $filename?



-Daniel

.