marco bra wrote:
> 
> Changing  at row 1588
> 
> aDir := directory( cRootPath + "*.", "D" )
> 
> to
> 
> aDir := directory( cRootPath , "D" )
> 
> make hbide loading the directory structure and the subdirs related docs
> text
> file are now showed.
> 

So the culprit is "*." mask which, on Windows, maps to "Directories Only"
attribute. If I give only "D" stripping above mask from the path, then 
it is documented as to pull the all files "indcluding" the directory entries
also.
Anybody to verify this?

Anyway I will test without "*." and will report my finidings.



> But the refresh button still not recall nothing (especially this function
> with debug vars) and to have the doc loaded (if i change the doc path) i
> must restart the hbide to get new path related contents refreshed/listed.
> 

I know. This is because I am been unable to clean the tree "cleanly".
I will give it another try.


-----
                 enjoy hbIDEing...
                    Pritpal Bedi 
_a_student_of_software_analysis_&_design_
-- 
View this message in context: 
http://n2.nabble.com/SF-net-SVN-harbour-project-13985-trunk-harbour-tp4629809p4640114.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to