Hi all,

After a call to function DirectoryRecurse, the current directory change.

Example:

procedure main ()
   ? "before"
   ? curdir()
   a := directoryrecurse("c:\somedir")
   ?
   ? "after"
   ? curdir()
   inkey(0)
return


With xharbour 1.0.0, current directory don't change.


Regards,
Marcos Gambeta


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to