Java.IO.File.SetWritable Method
Manipulates the write permissions for the abstract path designated by this file.

Syntax

[Android.Runtime.Register("setWritable", "(ZZ)Z", "GetSetWritable_ZZHandler")]
public virtual bool SetWritable (bool p0, bool p1)

Parameters

writable
To allow write permission if true, otherwise disallow
ownerOnly
To manipulate write 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 write 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