FileVisitOption.FollowLinks Property

Definition

Causes file tree traversal to follow symbolic links.

[Android.Runtime.Register("FOLLOW_LINKS", ApiSince=26)]
public static Java.Nio.FileNio.FileVisitOption? FollowLinks { get; }
[<Android.Runtime.Register("FOLLOW_LINKS", ApiSince=26)>]
static member FollowLinks : Java.Nio.FileNio.FileVisitOption

Property Value

A traversal option that follows symbolic links.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to