manusoft-gh / manusoft-mpath

Windows/MFC file and folder path class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manusoft-mpath

Windows/MFC file and folder path class

This is a simple Windows file path utility class that uses a CString data member to manage the wrapped path.

To use the class, add the MPath.cpp and MPath.h files to your project and include the header file:

#include "MPath.h"

For extended capabilities, define MPATH_EXTENDED: #define MPATH_EXTENDED

About

Windows/MFC file and folder path class

License:MIT License


Languages

Language:C++ 100.0%