errno_string [function]

errno_string( int code )

returns the error string for the given code

print errno_string(2); // prints "No such file or directory" on Windows