Differences between version 3 and revision by previous author of ENOENT.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Thursday, August 18, 2005 12:24:57 pm | by JohnMcPherson | Revert |
Older page: | version 2 | Last edited on Monday, May 5, 2003 2:33:09 pm | by JohnButtery | Revert |
@@ -1,7 +1,9 @@
!!!No such file or directory
This error occurs when a file or directory cannot be found. Note, this can happen when creating a file if one of the parent directories doesn't exist, eg:
+<verbatim>
touch /etc/doesnotexist/foo
-will complain with "No such file or directory" since /etc/doesnotexist does not exist
+</verbatim>
+
will complain with "No such file or directory" since /etc/doesnotexist does not exist.
-You step in the stream, but the water has moved on. That file is not there
.
+This error can be returned by many system calls that work with files
.