os.stat()
Description
Retrieves information about a file.
Syntax
os.stat(filename)
Parameters
stat(filename)
filename
Pathname of the file to retrieve information about.
Return Value
Information about the file.
Retrieves information about a file.
os.stat(filename)
stat(filename)
Pathname of the file to retrieve information about.
Information about the file.