Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / file-system

File System

file-system

Great Reads

by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Ian Shlasko
Unless I'm misreading your code on CodePlex, it looks like your utility loads in the entire file every time it changes. That might be fine for tiny files, but it would be a huge performance hit for larger ones (a few megs, for example).Why not do it a bit more simply?using (FileStream str...
by Paw Møller
Implementing a simple file system as a file.

Latest Articles

by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Ian Shlasko
Unless I'm misreading your code on CodePlex, it looks like your utility loads in the entire file every time it changes. That might be fine for tiny files, but it would be a huge performance hit for larger ones (a few megs, for example).Why not do it a bit more simply?using (FileStream str...
by Paw Møller
Implementing a simple file system as a file.

All Articles

Sort by Score

file-system 

by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Malcolm Arthur McLean
We implement an embedded filing system to serve files to user code, in portable C.
by FrostedSyntax
How to create batch files that make navigating the filesystem in the command prompt a breeze.
by Igor Stanic
Extending boost::filesystem for Windows and Linux.
by Igor Stanic
Manage Linux Trash and Windows Recycle Bin with C++.
by Indrajeet Valera
File Cleaner - Zip & delete old files
by Huisheng Chen
Distributed File Management
by John Orendt
Prepares play list elements for burning to CD or DVD or loading onto a MP3 player.
by Marijan Nikic
A utility for automatization of moving files from partition A to partition B and vice versa
by Jaxon7
File search synchronised with TreeView/ListView. Climbing up and down the tree.
by Jaxon7
Restoring UI Responsiveness FromContinuations (Asynch file IO)
by jeff00seattle
Defining a Windows Service to incrementally backup an assigned directory to Windows Azure Blob Storage using Blob REST based upon root directory change notifications to FileSystemWatcher.