Computer Science, asked by kesarbajaj6434, 5 months ago

Maximum length of windows file name is characters.

Answers

Answered by aarti225566
3

Answer:

Individual components of a filename (i.e. each subdirectory along the path, and the final filename) are limited to 255 characters, and the total path length is limited to approximately 32,000 characters. However, on Windows, you can't exceed MAX_PATH value (259 characters for files, 248 for folders).

HOPE YOU GET SOME HELP

Similar questions