Learn about a Win32 C++ class for recursive path file scanning.
Latest Folder/Directory Maintenance Articles
A C++ Wrapper and Extension of Windows FileSystemObject Objects
Learn about a C++ implementation of Windows FileSystemObject objects. It wraps and extends standard FileSystemObject interfaces (methods/properties).
Three Powerful Yet Untapped Features of NTFS
The NTFS windows file system has introduced several features that improve the performance, stability, and reliability of file storage. Of these, three features lend themselves to advanced methods of information storage and collation. Few applications have, however, made extensive use of these features. This article introduces these features and identifies some of the potential uses each one exhibits.
Enumerate WFP Files
Windows systems launched after Windows2000 include a WFP feature (Windows File Protection). This article glimpses over it and shows how to enumerate the list of all protected files.
Deleting a Directory Along with Sub-Folders
Learn about a function that deletes an entire directory structure.
Discover COM: Connection Points Versus Mailslots in Replication Directory
Solve the old problem of directory replication.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Step-by-Step Guide to Using Generic ADO.NET
ADO.NET is used to access data. Learn how easy using ADO.NET is in this step-by-step guide!

Globalization in Visual Basic
Learn how to use globalization in your Visual Basic .NET programs.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.