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?