About MAX_PATH

  • Thread starter Thread starter oloom
  • Start date Start date
O

oloom

Guest
Hello

I use below code to save a path location for a file specified by the user:

wchar_t filePath[MAX_PATH] = getFilePath();

MAX_PATH is set to be 260, but is there any possibility if the file path is over 260 characters? What happens if the file path gets over 260 characters?

Cheers

Continue reading...
 
Back
Top