Overview:
There is a discrepancy between the number of presentations present in iRep and in WinModern. There is more presentations in iRep than in WinModern.
Root Cause:
In Windows Application Programming Interface (API), the maximum length for a path is MAX_PATH, which is defined as 260 characters. A local path is structured in the following order: drive letter, colon, backslash, name components separated by backslashes, and a terminating null character.
Example: The maximum path on drive D is "D:\some 256-character path string<NUL>" where "<NUL>" represents the invisible terminating null character for the current system codepage. (The characters < > are used for visual clarity and cannot be part of a valid path string.)
Solution:
Be sure to use a short name in the key message and zip file, after unzip in WinModern. The full path is limited to 260 characters.
Related Documentation:
N/A
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you