CFileManip

DOS-Command-Like File / Directory Manipulation
Download

CFileManip Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Abin
  • Publisher web site:
  • http://www.codeproject.com/Members/Abin
  • Operating Systems:
  • Windows All
  • File Size:
  • 47 KB

CFileManip Tags


CFileManip Description

The CFileManip application uses a class with the same name which will allow fast and easy file / directory operations.Like many did, I started using computer when DOS 6.x was the main operating system, I was so used of it that now almost ten years passed and I still remember those DOS commands so very clearly, that like I was still typing them yesterday. I do file/directory manipulation a lot in my programs, every time I wanted to copy or remove a directory including all its files and nested subdirectories to/from customers disk, I thought of those DOS commands, such as "xcopy", "deltree". Of course those can be done by API calls, but wouldn't it be more convenient if there is a class that can do such things by one single line of code, and wouldn't it be even cooler if the class methods look like DOS commands? CFileManip, an API wrapping class that is developed to make file manipulation simpler and easier. The class itself basically offers "DOS command like" methods which are very similar to related DOS commands in both names and functionalities, I hope they bring you back to the good old time of DOS age. Being able to use functions such as "xcopy" and "deltree" in my C++ code is what I always wanted to. Progress windows are provided automatically during lengthy tasks. This class does not require MFC, thus may be used in any Win32 applications.


CFileManip Related Software