| Home | Trees | Indices | Help |
|
|---|
|
|
State of a file.
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Properties | |
| string |
creation_time The creation time of the file. |
| string |
group Group of the file. |
| string |
mode Mode of the file (i.e. |
| string |
modification_time The modification time of the file. |
| string |
owner Owner of the file. |
| string |
path Path to the file. |
| bool |
present Tells whether the file is present on the system or not. |
|
Inherited from |
|
| Method Details |
Prints a user-friendly representation of this state to standard output.
|
| Property Details |
creation_timeThe creation time of the file. Date is formatted following the ISO 8601 norm.
|
groupGroup of the file.
|
modeMode of the file (i.e. its permissions in the form of 3 or 4 octal digits).
|
modification_timeThe modification time of the file. Date is formatted following the ISO 8601 norm.
|
ownerOwner of the file.
|
pathPath to the file.
|
presentTells whether the file is present on the system or not.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |