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
Post a Comment