Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.87 KB

File metadata and controls

61 lines (48 loc) · 1.87 KB

Function: FileInfo

Returns a struct of file information.

Different values are returned for FileInfo and GetFileInfo

Method Signature

FileInfo(file=[any])

Arguments

Argument Type Required Description Default
file any true The filepath or file object to retrieve info upon

Examples

Related