Returns a bool indicating whether or not UnixSymbolicLinkInfo.Contents, UnixSymbolicLinkInfo.GetContents and UnixSymbolicLinkInfo.ContentsPath are valid.
true if UnixSymbolicLinkInfo.Contents, UnixSymbolicLinkInfo.GetContents and UnixSymbolicLinkInfo.ContentsPath are valid (i.e. won't return null or generate an exception); otherwise, false.
This method is subject to race conditions in the file system -- it's entirely possible for the symlink to be modified or deleted between a call to UnixSymbolicLinkInfo.HasContents and UnixSymbolicLinkInfo.Contents, UnixSymbolicLinkInfo.GetContents, or UnixSymbolicLinkInfo.ContentsPath.
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0