Does anyone know how Java is able to circumvent the windows MAX_PATH limitations. Using the below code I was able to create a really long path in Java and was able to perfor
Most likely Java is in fact using UNC paths (\?) internally.