Re: [Harbour] hb_fsIsDrv()

2009-10-15 Thread Viktor Szakáts
Hi Saulius, On 2009 Oct 15, at 14:56, Saulius Zrelskis wrote: Hi Viktor, One more question regarding filesys.c function hb_fsCurDirBuff. Is there any reason for which on win platform uses API GetCurrentDirectoryA, but not _getdcwd ? Generally in Harbour we prefer to use either ANSI C functio

Re: [Harbour] hb_fsIsDrv()

2009-10-15 Thread Saulius Zrelskis
Hi Viktor, One more question regarding filesys.c function hb_fsCurDirBuff. Is there any reason for which on win platform uses API GetCurrentDirectoryA, but not _getdcwd ? Best regards, Saulius ___ Harbour mailing list Harbour@harbour-project.org http://

Re: [Harbour] hb_fsIsDrv()

2009-10-15 Thread Saulius Zrelskis
Hi Viktor, > Good point. I can't do side-by-side comparisons with > Clipper anymore, but it seems right. [ I think it's > my TOFIX comment. ] > > I can make this modification, but I'd like to ask for > tests against Clipper. Now code looks more graceful, thank you. Clipper's API _fsIsDrv() uses:

Re: [Harbour] hb_fsIsDrv()

2009-10-15 Thread Saulius Zrelskis
Hi Massimo, > I think that you speak English as native language We have common language - Harbour language, and to speak in program lines is very clear for all of us :) Best regards, Saulius ___ Harbour mailing list Harbour@harbour-project.org http://l

Re: [Harbour] hb_fsIsDrv()

2009-10-15 Thread Viktor Szakáts
Hi Saulius, Good point. I can't do side-by-side comparisons with Clipper anymore, but it seems right. [ I think it's my TOFIX comment. ] I can make this modification, but I'd like to ask for tests against Clipper. Brgds, Viktor On 2009 Oct 15, at 08:50, Saulius Zrelskis wrote: Hi All, In fi

Re: [Harbour] hb_fsIsDrv()

2009-10-15 Thread Massimo Belgrano
Hi Saulius I made a non technical observation I want made compliment for your post are Simply,Clear,Complete Compliment! I must learn from you. I think that you speak English as native language 2009/10/15 Saulius Zrelskis : > Hi All, > > In file \source\rtl\filesys.c there is note before function