Christoph Probst <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
