git repos / PlatformFolders

commit 17b8cd4f

Poul Sander · 2015-10-26 18:07
17b8cd4f4f0410aec7d3c5cdfc3a04d680e5f96a patch · browse files
parent 5ce952c2c03b0bf0587e6592d5f1800e30a541a7

Added link to realted blogpost

Changed files

M README.md before
diff --git a/README.md b/README.md index 0e40326..4b87087 100644 --- a/README.md +++ b/README.md
@@ -7,6 +7,8 @@ There are a lot of platform abstraction libraries available. You can get graphic
But folder abstraction seems to be more difficult.
My problem was that the code that found the place to save data was platform dependent. This cluttered my code and often I would not discover that it did not compile until moving it to the different platforms.
+I have written a bit more about it here: http://sago007.blogspot.dk/2015/10/abstraction-for-special-folders.html
+
# Windows support
For Windows the folders are fetched using SHGetFolderPath.
The amount of supported folders differ from Windows version and this library targets XP and newer... and I'll drop XP support very soon.