Re: Opposite for wine_get_unix_filename()

2005-09-03 Thread Phil Krylov
On Sat, 03 Sep 2005 09:52:25 + Jacek Caban <[EMAIL PROTECTED]> wrote: > You may use wine_get_dos_file_name(). Oh sorry, somehow I missed that... -- Ph.

Re: Opposite for wine_get_unix_filename()

2005-09-03 Thread Jacek Caban
Hi. Phil Krylov wrote: Hi, What can I use as a function opposite to wine_get_unix_filename() (e.g. to pass a filename to GetSaveFileNameW() dialog)? -- Ph. You may use wine_get_dos_file_name(). Jacek

Opposite for wine_get_unix_filename()

2005-09-03 Thread Phil Krylov
Hi, What can I use as a function opposite to wine_get_unix_filename() (e.g. to pass a filename to GetSaveFileNameW() dialog)? -- Ph.