Unix pathname -> DOS pathname

Anders Norlander anorland@hem2.passagen.se
Thu Sep 24 17:11:00 GMT 1998


Tony Pires wrote:
> 
> You will need to write some code to get the mount points from the registry
> in order to perform the magic. Can you code?

There actually seems to be a much better way to accomplish
Unix -> dos path conversion.
According to the FAQ there are some intersting functions:
	cygwin32_conv_to_full_posix_path 
	cygwin32_conv_to_full_win32_path 
        cygwin32_conv_to_posix_path 
        cygwin32_conv_to_win32_path 
        cygwin32_posix_path_list_p 
        cygwin32_posix_to_win32_path_list 
        cygwin32_posix_to_win32_path_list_buf_size 
        cygwin32_split_path 
        cygwin32_win32_to_posix_path_list 
        cygwin32_win32_to_posix_path_list_buf_size 

I don't know the prototypes for these functions, but if
I call cygwin32_conv_to_win32_path with the unix path
as the first argument and a buffer to hold the converted
path as the second argument I get the win32 path.
By looking at the source it would be possible to get the
exact prototypes. The developers ought to know about this.

/Anders
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list