Returns a
bool indicating whether
the specified file system object exists.
Syntax
public
bool Exists { get; }
Value
true if the caller has the required permissions
and UnixFileSystemInfo.FullName
contains the name of an existing file or directory; otherwise,
false.
If UnixFileSystemInfo.FullName is
null or a zero-length string,
returns false.
Remarks
Requirements
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0