FileInfo
Returns a struct of file information.
Different values are returned for FileInfo and GetFileInfo
Method Signature
Arguments
Argument
Type
Required
Description
Default
file
any
true
The filepath or file object to retrieve info upon
Examples
Output some information about a temporary file
Result: "testFile9217639658547923751.tmp" is readable, writable and not hidden. It was at last modified at Friday, November 3, 2017 3:58:08 PM UTC and has a size of 0.00 MB
Additional Examples
Related
Last updated
Was this helpful?