-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: a path class #456
Comments
This has been a longstanding desire of mine. |
Sure, a reasonable set of helpers around a counted buffer plus use of the PathCch family of APIs? |
Well that would be good, but then you might as well use ATL's
I'd share my own code for this stuff (I've created a |
@dunhor also it would be great if we can have file + folder watchers similar to registry watchers. |
I'm not sure if this has been brought up, or if something like this already exists in the library, but I thought it would be very helpful to have a comprehensive "path" class. ATL's
CPathT
is pretty good, but it would be nice to build on that with additional methods pertaining toPathCreateFromUrl
,UrlCreateFromPath
,SHGetKnownFolderPath
,GetModuleFileName
,GetTempPath
, etc.The text was updated successfully, but these errors were encountered: