Method errno()
- Method
errno
int
errno()- Description
This function returns the system error from the last file operation.
- Note
Note that you should normally use Stdio.File->errno() instead.
- See also
int
errno()
This function returns the system error from the last file operation.
Note that you should normally use Stdio.File->errno() instead.