As our company's main hacker pronounced .NOT is good ; )
Debug.WriteIf(Convert.ToBoolean(ConfigurationSettings.AppSettings["Debugging"]),
DateTime.Now.ToString("yyyy:MM:dd -- hh:mm:ss --- ") + " PageToDebug.aspx ButtonToDebug_Click: \n" );
Unpacking Zip Folders into Windows Long File Paths
-
[image: Zip Archive Banner]
Long file paths on Windows are a pain in the ass - we all know that. But
today I ran into yet another issue with it that's wo...
2 weeks ago