Gary, I don't belive that this is a bug. The FreeBSD PAL file I/O APIs translate all backslashes to slashes before calling the host OS - see FILEDosToUnixPathA() in pal/unix/file/path.c for details.
Barry This posting is provided "AS IS" with no warranties, and confers no rights. > -----Original Message----- > From: Gary Nutt [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 14, 2002 2:25 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET-ROTOR] Is this a bug? > > > I am trying to use configuration files on FreeBSD. I use the > example from Richter, p 65 to set the privatePath. I notice > in adlmgr.cpp that there are various calls to > PathAddBackSlash, and that the application directory pathname > looks like it might really be terminated with a backslash. > > Is this a bug? Or is my/Richter's config file wrong for > FreeBSD Rotor? > > Thanks, > Gary >