24 Jun
2006
24 Jun
'06
12:24 p.m.
Christoph Probst <chris-usenet(a)netzpunkt.org> writes:
So what do you think about the solution that the wineserver stores the filename in the file object when the object is created?
Just like wine_server_handle_to_fd() there would be a wine_server_handle_to_filename() that returns the filename.
Any objections to this?
Yes. Like I said, there's no guarantee that the file even has a name, or that it is accessible under the name that was used to open it, so we can't provide such an API. -- Alexandre Julliard julliard(a)winehq.org