Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.52 KB

File metadata and controls

57 lines (45 loc) · 1.52 KB

Function: IsFileObject

Determine whether the given object is a BoxLang File object.

Method Signature

IsFileObject(object=[any])

Arguments

Argument Type Required Description Default
object any true Object to test.

Examples

Related