file:format_error/1
返回一个错误标示的直观错误描述
用法:
format_error(Reason) -> Chars
把 file 模块里的函数所返回的错误原因标示转为一个更直观的错误描述。
file:format_error(enoent).
file:format_error(eacces).
file:format_error(eisdir).
file:format_error(enotdir).
file:format_error(enospc).
返回一个错误标示的直观错误描述
用法:
format_error(Reason) -> Chars
把 file 模块里的函数所返回的错误原因标示转为一个更直观的错误描述。
file:format_error(enoent).
file:format_error(eacces).
file:format_error(eisdir).
file:format_error(enotdir).
file:format_error(enospc).