return values from nc_open #2688
Answered
by
DennisHeimbigner
jedwards4b
asked this question in
Q&A
-
I am calling nc_open ierr = nc_open(filename, mode, &file->fh) |
Beta Was this translation helpful? Give feedback.
Answered by
DennisHeimbigner
Apr 27, 2023
Replies: 1 comment
-
That value is the **NIX errno code ENOENT, which mean file not found. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jedwards4b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That value is the **NIX errno code ENOENT, which mean file not found.