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