View Single Post
  #7  
Old 08-31-2006, 14:37
JuneMouse
 
Posts: n/a
Quote:

well of course there are still a bunch of ways to implement this.
yes you can try

fnsplit() , fnmerge() i think its in dir.h

splitpath() , makepath() defined in stdlib.h

these all take care to find . on thier own
all you need to give is buffers for specific paths
and then just switch what you dont with what you need and compose back
Reply With Quote