From: David Xiao (davihigh_at_[hidden])
Date: 2005-12-23 11:46:04


Hi Friends:

For example I have path "C:\Temp\abcd\hello\", I wish to iterate to get C: ,
C:\Temp , C:\Temp\abcd , C:\Temp\abcd\hello .

I have read code of path::iterator, but not what I expected.... How to do it? I
also want to have the code portable for UNIX paths, means also work for
"/foo/bar1/bar2/bar3/" ...

Thanks for your help!

Rgds, David