Re: [xHarbour-developers] Function DirectoryRecursechangecurrentdirectory

2009-02-18 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Marcos Gambeta" A: "xHarbour-Developers" Data invio: mercoledì 18 febbraio 2009 23.23 Oggetto: Re: [xHarbour-developers] Function DirectoryRecursechangecurrentdirectory > Is very strange, but in my tests the directory change. I am using > Windows Vista. I

Re: [xHarbour-developers] Function DirectoryRecurse changecurrentdirectory

2009-02-18 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Marcos Gambeta" A: "xHarbour-Developers" Data invio: mercoledì 18 febbraio 2009 19.15 Oggetto: Re: [xHarbour-developers] Function DirectoryRecurse changecurrentdirectory > Try this: > > procedure main () > > ? "current" > ? curdir() > > makedir("dir1"

Re: [xHarbour-developers] Function DirectoryRecurse changecurrentdirectory

2009-02-18 Thread Marcos Gambeta
Enrico Maria Giordano escreveu: > > current > XHARBOUR > before > XHARBOUR\dir1 > > after > XHARBOUR\dir1 > Enrico, Thanks! Is very strange, but in my tests the directory change. I am using Windows Vista. I found this entry in Harbour changelog: 2008-07-25 15:24 UTC+0200 Przemyslaw C

Re: [xHarbour-developers] Function DirectoryRecurse change currentdirectory

2009-02-18 Thread Marcos Gambeta
Enrico Maria Giordano escreveu: > > I just tried your sample using latest xHarbour from CVS and found no problem (BCC55, Windows XP). > Try this: procedure main () ? "current" ? curdir() makedir("dir1") dirchange("dir1") ? "before" ? curdir() a := directoryrecurse("c

Re: [xHarbour-developers] Function DirectoryRecurse change currentdirectory

2009-02-18 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Marcos Gambeta" A: "xHarbour-Developers" Data invio: mercoledì 18 febbraio 2009 0.36 Oggetto: [xHarbour-developers] Function DirectoryRecurse change currentdirectory > Hi all, > > After a call to function DirectoryRecurse, the current directory change. > >