I've been working on an Error Handler library, culled mostly from these wonderful fora (Roberto!). I can't seem to find an error code string generator for the functions in the Utiltiy Library though (in particular, functions like RenameFile, CopyFile, GetDir, SetDir, MakeDir, all the file i/o functions).
Most of those make mention to negative error types with some plain text explanations. But there's no mention of a nice code-to-string converter function, as there is in other libraries. For instance, for the RS232 library, there is GetRS232ErrorString. For the Formatting & I/O library, there is GetFmtIOErrorString.
Am I not seeing it somewhere? Inside the Utility library, there is a multithreading error code function called CmtGetErrorMessage.