Microsoft introduced a new System.IO.MemoryMappedFiles namespace in .Net 4. Does anyone know if it will support alternate data streams? Thx!
+1
A:
i am pretty sure that no. FileStream's filename validation didn't accept alternate data streams paths, i think here it will behave the same. why do you need ADS?
Andrey
2010-03-03 20:14:11
ADS offers a wonderful mechanism for non-critical file-related storage. For example I could create a file index that can easily be recreated if the file was backed up.
Yurik
2010-03-03 23:51:38