If you found it just as annoying as I do that the Windows API functions
::CreateDirectory
and ::RemoveDirectory
do not work on sub-directories, you will be pleased
to find that this is exactly what this class overcomes.
Interface
Name | Description | |
---|---|---|
![]() | Create | Creates a dircetory. |
![]() | Delete | Delete a directory tree. |
![]() | Copy | Copies a dircetory tree. |
![]() | SearchFile | Scans a list of directories for a file. |
![]() | ExpandPath | Expands into a full path name. |
![]() | ExpandFile | Expands into a full filename. |
Source Code Dependencies
Microsoft MFC LibraryMy Global MFC functions
Download Files
![]() | Source Code (3 Kb) |