How to bypass MAX_PATH limit for ITEMIDLIST?

Is there any known way (whether documented or not) to create a structure ITEMIDLIST

from a path, for example with ILCreateFromPath

, bypassing MAX_PATH

the length constraint ?

+3


source to share


1 answer


You can use SHParseDisplayName instead . The documentation does not mention the length limitation of pszName.



+1


source







All Articles