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 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.
by TomQuinn
A simple function used to determine if a file path refers to a network drive and if it does convert it to use the UNC path
by Prerak Patel
Here is an API way using WNetGetUniversalNameImports System.Runtime.InteropServices _ Private Shared Function GetUName(ByVal Path As String, ByVal outName As Integer, ByVal bObj As...
by dviljoen
You might be interested in SlickRun http://www.bayden.com/It is a general purpose launcher for opening folders or web sites, starting apps, etc. The user creates "magic words" and associates them with folders, urls, launching apps, opening documents, etc.
by fixthebugg
Step by step guide on building your first email application with the file system watcher
by Malcolm Arthur McLean
A completely portable, tiny, Unix style shell in pure ANSI C.