LongPathDirectory.Create()

Hello, Unlike the System.IO.Directory.CreateDirectory(), the Microsoft.Experimental.LongPathDirectory.Create() does not create a directory structure if it does not exist. For instance if I am in a...

Id #12912 | Release: None | Updated: May 9 at 3:35 PM by Andrei15193 | Created: May 9 at 3:35 PM by Andrei15193

TraceEvent GetProviderName NullReferenceException

Calling TraceEventSession.GetProviderName always results in a NullReferenceException. That is because the getter of the ProviderGuidToName property fails to create the dictionary before filling it....

Id #12872 | Release: None | Updated: Apr 1 at 8:30 PM by LTruijens | Created: Apr 1 at 8:30 PM by LTruijens

[delete]

[delete]

Id #12859 | Release: None | Updated: Mar 16 at 10:22 AM by _ericBG | Created: Mar 15 at 10:35 PM by _ericBG

ProcessTraceData cannot parse ETL files generated on Windows 8

Windows 8 generates ETL files that where the MOF class version for ProcessTraceData is 4. TraceEvent does not know how to parse this. There's an unknown 4 byte long field between the DirectoryTable...

Id #12552 | Release: None | Updated: Feb 26 at 5:57 PM by bobuva | Created: Nov 13, 2012 at 12:13 AM by szilvaa

LongPathDirectory.Create fails when there's a dot in path

If I pass a path like "E:.\asdf", Create( ) fails with an UnauthorizedAcessException. LongPathCommon.NormalizeLongPath( ) changes "E:." to "\?\E:\" - the dot is lost. So the native CreateDirectory ...

Id #12461 | Release: None | Updated: Feb 21 at 10:46 PM by dutop | Created: Aug 29, 2012 at 9:26 AM by dutop

TraceEvent and perfMonitor decode TCPIP events incorrectly.

Notice the saddr, TID, and daddr's in the below decoded events by perfMonitor.   <Event MSec= "9371.1619" PID="2896" PName= "chrome" TID= "-1" EventName="TcpIpConnect" size="0" daddr="-183078162...

Id #12458 | Release: None | Updated: Feb 21 at 10:46 PM by vancem | Created: Aug 28, 2012 at 11:19 AM by fatsailor

Make LongPathFile and LongPathDirectory behave more like FileInfo and DirectoryInfo

Suggest:-   1) Change them from static classes to normal classes.   2) Make LongPathDirectory derive from LongPathFile   3) Add these properties to LongPathFile: public UInt64 Size { get; } ...

Id #11209 | Release: None | Updated: Feb 21 at 10:46 PM by hightechrider | Created: Aug 22, 2011 at 11:48 PM by hightechrider

Add TxF support to Long Path

It would be great to have file system transaction support like here http://archive.msdn.microsoft.com/txfmanaged

Id #11178 | Release: None | Updated: Feb 21 at 10:46 PM by KarlDirck | Created: Aug 12, 2011 at 11:57 PM by Kelden

Add long path FileInfo/DirectoryInfo equivalents

Hi there, I'm a noob with c# so my apologies if it's something obvious. First thanks for creating the library it's awesome. I've managed to get all the functions to work as expected but now I need ...

Id #10992 | Release: None | Updated: Feb 21 at 10:46 PM by babzog | Created: May 30, 2011 at 4:25 PM by davkean

Add long path FileInfo/DirectoryInfo equivalents

Hi there, I'm a noob with c# so my apologies if it's something obvious. First thanks for creating the library it's awesome. I've managed to get all the functions to work as expected but now I need ...

Id #10991 | Release: None | Updated: Feb 21 at 10:46 PM by davkean | Created: May 30, 2011 at 4:24 PM by davkean