Re: [commdlg] Create interface for path related operations

2005-08-13 Thread Troy Rollo
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 co

Re: [commdlg] Create interface for path related operations

2005-08-12 Thread Robert Shearman
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 tha