Troy Rollo wrote:
This patch creates an interface for path name related operations (including things such as finding the file name part, extension, identifying the path separator character, qualifying file names, changing directories, verifying file existence) used by the file open dialogs that depend on the path being a Win32 path name, thus making the file dialog code less dependent on the structure of path names.
ChangeLog: Create an interface for path related operations used by the file dialogs to reduce their dependency on Win32 format paths.
Why do you want to do that?
On Saturday 13 August 2005 12:30, Robert Shearman wrote:
ChangeLog: Create an interface for path related operations used by the file dialogs to reduce their dependency on Win32 format paths.
Why do you want to do that?
It will significantly reduce the potential for future conflicts between WineHQ and the branch containing the Unix path APIs. I discussed it with Alexandre on IRC and he indicated that such an approach was acceptable.