Java.IO.File.Length Method
Returns the length of this file in bytes.

Syntax

[Android.Runtime.Register("length", "()J", "GetLengthHandler")]
public virtual long Length ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the length of this file in bytes. Returns 0 if the file does not exist. The result for a directory is not defined.

[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