Re: [Firebird-devel] win32 path_utils.cpp

2013-03-30 Thread Александр Пешков
Суббота, 30 марта 2013, 8:02 +01:00 от Mark Rotteveel : >On 30-3-2013 02:47, Adriano dos Santos Fernandes wrote: >> Hi! >> >> Looks like the functions on this file does not work correctly with the >> slash "/" separator. >> >> On the Windows kernel (but not always on cmd or GUI), this is a valid

Re: [Firebird-devel] win32 path_utils.cpp

2013-03-30 Thread Mark Rotteveel
On 30-3-2013 02:47, Adriano dos Santos Fernandes wrote: > Hi! > > Looks like the functions on this file does not work correctly with the > slash "/" separator. > > On the Windows kernel (but not always on cmd or GUI), this is a valid > path separator, and IMO Firebird should accept and work with it

[Firebird-devel] win32 path_utils.cpp

2013-03-29 Thread Adriano dos Santos Fernandes
Hi! Looks like the functions on this file does not work correctly with the slash "/" separator. On the Windows kernel (but not always on cmd or GUI), this is a valid path separator, and IMO Firebird should accept and work with it. Adriano ---