Tag Archive for DLL

File System Library

After doing some looking around, and trying to get the Boost File System library to work I realized that had I spent the same amount of time and energy into writing my own file system library, it'd be done and usable by now.

Don't get me wrong, the Boost libraries are very comprehensive, I just had trouble building the extra libraries, getting them properly integrated, and when all was said and done it didn't even work properly due to "Improper Permissions" (despite running my .exe as an administrator).

So I'm going to make a library/dll combo to manage some basic file operations (copy, move, delete, rename).

If there's a file op you want just comment and I'll work it into the C++ source.