|
From: Jeff S. <js...@de...> - 2000-12-08 22:27:12
|
Edmund Ng wrote: > I'm porting a program to NT using mingw and am curious to know if > there's a way to change UNIX pathnames to NT pathnames other than inside > the source code. You could always write a wrapper function to map the name. Note that NT can generally understand POSIX paths (i.e. forward slashes) however, so depending on your needs it may not be difficult. Jeff |