Java.IO.File.FreeSpace Property
Returns the number of free bytes on the partition containing this path.

Syntax

[get: Android.Runtime.Register("getFreeSpace", "()J", "GetGetFreeSpaceHandler")]
public virtual long FreeSpace { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the number of free bytes on the partition containing this path. Returns 0 if this path does not exist.

Note that this is likely to be an optimistic over-estimate and should not be taken as a guarantee your application can actually write this many bytes.

[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