Re: [Harbour] DIRCHANGE bug

2008-01-30 Thread Saulius Zrelskis
Now is clear, thank you Victor. SetCurrentDirectory changes drive too. best regards, Saulius ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] DIRCHANGE bug

2008-01-30 Thread Szakáts Viktor
Hi Saulius, Similar thing as discussed just recently: This behaviour is tied to the way OS implements "dir change" function (that's why you had to paste the DOS API documentation and not the Clipper one), Clipper 5.3 (not CT) is only the messenger here, the job is done by the OS. So this is a "v

[Harbour] DIRCHANGE bug

2008-01-30 Thread Saulius Zrelskis
Hi, CT function DIRCHANGE in Clipper not change default disk, while Harbour changes. Proc main() ? DiskName() ? DirChange( "C:\WINDOWS" ) ? DiskName() Return Clipper: D 0 D Harbour: D 0 C DOS API "CHDIR" - SET CURRENT DIRECTORY note: if new directory name includes a drive le