File$get
File$get() → self
Fetches the file headers, after which file$properties
will contain a name list with entries for name
, size
, contentType
, and md5
. Will raise an error if the file does not exist.
Returns:
self (a File)
Examples
Last updated
Was this helpful?