directory - What are the longest possible filepath character counts on different versions of Windows -


i have total character limit of 15k in can list set of filepaths , filenames. know how many filepaths put in character count list.

the max length of path 260 characters... not version-dependent, limit versions of windows.

yes, can more 260 characters using unicode versions of api. that's not normal thing you'd find in windows.

so, 15k/260 = 59

btw: read microsoft has planned increase limit on upcoming ntfs version.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -