Collection.prototype.first()

Return the last file from the collection.

Syntax

collection.last() File collection.last() null

Description

Return the last file from the collection or null if the collection is empty.

Examples

Collection non-empty

Empty collection.