<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/11/26 Craig Peterson <span dir="ltr"><<a href="mailto:craig@scootersoftware.com" target="_blank">craig@scootersoftware.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br><div dir="auto"><div class="im"><div>On Nov 26, 2013, at 7:59 AM, Richard Mace <<a href="mailto:richard.mace@gmail.com" target="_blank">richard.mace@gmail.com</a>> wrote:</div><blockquote type="cite"><div dir="ltr">

<div style="font-family:arial,helvetica,sans-serif">I have an issue where I am unable to delete a file where the path name is longer than 256 characters.</div></div></blockquote><br></div><div>You need to call the Unicode variant of the file APIs and add \\?\ to the start of the path in order to interact with paths longer than MAX_PATH.  See <span style="font-family:'.HelveticaNeueUI';font-size:15px;line-height:19px;white-space:nowrap"><a href="http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath" target="_blank">http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath</a> for details.</span></div>

<span class="HOEnZb"></span><br></div></blockquote></div><br></div><div class="gmail_extra">Richard wanted to delete his file programmatically, of course, else he wouldn't be asking his question in this list :-P<br clear="all">

</div><div class="gmail_extra"><br>-- <br>Frederic Da Vitoria<br>(davitof)<br><br>Membre de l'April - « promouvoir et défendre le logiciel libre » - <a href="http://www.april.org" target="_blank">http://www.april.org</a><br>


</div></div>