Java.IO.File.SetReadable Method
Manipulates the read permissions for the abstract path designated by this file.

Syntax

[Android.Runtime.Register("setReadable", "(ZZ)Z", "GetSetReadable_ZZHandler")]
public virtual bool SetReadable (bool p0, bool p1)

Parameters

readable
To allow read permission if true, otherwise disallow
ownerOnly
To manipulate read permission only for owner if true, otherwise for everyone. The manipulation will apply to everyone regardless of this value if the underlying system does not distinguish owner and other users.

Returns

Documentation for this section has not yet been entered.

Remarks

Manipulates the read permissions for the abstract path designated by this file.

[Android Documentation]

Requirements

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