Click here to Skip to main content
15,892,269 members
Everything / File system

File system

file-system

Great Reads

by Marijan Nikic
A utility for automatization of moving files from partition A to partition B and vice versa
by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
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 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

Latest Articles

by ToughDev
How to integrate FatFs FAT filesystem module with CH375/CH376 USB controller
by Marijan Nikic
A utility for automatization of moving files from partition A to partition B and vice versa
by FrostedSyntax
How to create batch files that make navigating the filesystem in the command prompt a breeze.
by Paw Møller
Implementing a simple file system as a file.

All Articles

Sort by Score

File system 

6 Dec 2010 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.
17 Feb 2011 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
20 Feb 2011 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...
2 Jul 2015 by Paw Møller
Implementing a simple file system as a file.
7 Dec 2010 by meaningoflights
22 Sep 2012 by fixthebugg
Step by step guide on building your first email application with the file system watcher
19 Dec 2010 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...