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:\xhb\bin") // use any folder here with some 
files

   ?

   ? "after"
   ? curdir()

   inkey(0)

return


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