Java.IO.File.IsHidden Property
Returns whether or not this file is a hidden file as defined by the operating system.

Syntax

[get: Android.Runtime.Register("isHidden", "()Z", "GetIsHiddenHandler")]
public virtual bool IsHidden { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether or not this file is a hidden file as defined by the operating system. The notion of "hidden" is system-dependent. For Unix systems a file is considered hidden if its name starts with a ".". For Windows systems there is an explicit flag in the file system for this purpose.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1