in reply to Re^2: Is there a way to catch an error within a module?
in thread Is there a way to catch an error within a module?
Wrong! From the docs for FindFirstFile:
In the ANSI version of this function, the name is limited to MAX_PATH characters. To extend this limit to 32,767 widecharacters, call the Unicode version of the function and prepend "\\?\" to the path. For more information, see Naming a File.
|
|---|