ID:154891
 
client/verb/open_file(f as file) {
var file_name = ? // this line here
}


I'm completely blanking - how would I determine the file name?
client/verb/open_file(f as file)
usr << "[f]"


This seems to report the name of a file.
In response to LordAndrew
LordAndrew wrote:
> client/verb/open_file(f as file)
> usr << "[f]"
>

This seems to report the name of a file.

Funny. I had been trying file_name = f but never file_name = "[f]".

Thanks.