Java runtime does not support access to file names (file paths) longer than 259 characters on Windows.
Windows platform now has support for filenames upto nearly 32000 characters through UNC names. Please see the following MSDN link for more information --
http://msdn.microsoft.com/library/en-us/fileio/storage_7mn9.asp
The longer names are supported in Windows CreateFile function.
For a test case, please see the attachment.
Windows platform now has support for filenames upto nearly 32000 characters through UNC names. Please see the following MSDN link for more information --
http://msdn.microsoft.com/library/en-us/fileio/storage_7mn9.asp
The longer names are supported in Windows CreateFile function.
For a test case, please see the attachment.
- duplicates
-
JDK-4403166 File does not support long paths on WIndows NT
-
- Resolved
-