Introduction
i am developing an application. when i need to parse path, i found samuel gonzalo's CPath1.2 is good enough except for without ATL/WTL support. so i modified it and share the result here and renamed to be atlpath. the modify log are included in atlPath.h.
now you can use it in your wtl/atl application, not depend on MFC. you use it just as you use original cpath class.
here is samuel gonzalo's original cpath class: http://www.codeproject.com/file/cpath.asp
if you find something wrong, pls info me through email: lyshsd@126.com.
i am a newbie to post article to codeproject. i found it not so easy.