Solid Architecture for Quality ASP.NET AJAX
A few years ago I wrote a couple of NTFS article for MSDN. Many times I was going to update them to .NET but I never started the project. Anybody using NTFS specific features and wanting/needing it done the .NET way?
How about: A way to get the permissions of a file. As there are no .NET classes available for this ;) Something where you can give a file or folder as a parameter, and get something back (an object?) which gives the permissions on that file/folder.
How about accessing the different streams a file can contain?
Using the change journal from .NET would interest me.
Permissions...
WebFolders and stuff...
Inspired by Dino's original article, here's some C# code to access alternate data streams:
www.codeproject.com/.../ntfsstreams.aspx