Java.IO.File.CanExecute Method
Tests whether or not this process is allowed to execute this file.

Syntax

[Android.Runtime.Register("canExecute", "()Z", "GetCanExecuteHandler")]
public virtual bool CanExecute ()

Returns

Documentation for this section has not yet been entered.

Remarks

Tests whether or not this process is allowed to execute this file. Note that this is a best-effort result; the only way to be certain is to actually attempt the operation.

[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