Lines Matching full:exists
44 True if \fIfilename\fR exists and is readable.
53 True if \fIfilename\fR exists and is writable.
62 True if \fIfilename\fR exists and is executable.
71 True if \fIfilename\fR exists and is a regular file. Alternatively, if
74 \fIfilename\fR exists and is (\fBnot\(mia\(midirectory\fR). This is also the
84 True if \fIfilename\fR exists and is a directory.
93 True if \fIfilename\fR exists and is a character special file.
102 True if \fIfilename\fR exists and is a block special file.
111 True if \fIfilename\fR exists and is a named pipe (fifo).
120 True if \fIfilename\fR exists and its set-user- \fBID\fR bit is set.
129 True if \fIfilename\fR exists and its set-group- \fBID\fR bit is set.
138 True if \fIfilename\fR exists and its sticky bit is set.
147 True if \fIfilename\fR exists and has a size greater than zero.