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 CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Coding a Bing Bot
Bots are rapidly replacing the older technologies. Read through and become proficient with Bing Bots.

Introduction to Visual Basic List Controls
Learn how to insert, add, and remove items from Listboxes, ComboBoxes, CheckedListBoxes, ListViews, and TreeViews.

Creating the Best Virtual Reality User Experience (VR UX): Seven Tips & Tricks
When building Virtual Reality user experience (VR UX), here are seven tips you should consider.