Home | Trees | Indices | Help |
|
---|
|
object --+ | basestring --+ | str --+ | File
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |||
|
Properties | |
abspath Absolute path to this file. |
|
stat Information on this file, as returned by os.stat .
|
|
mode mode of this file. |
|
inode inode of this file. |
|
device device of this file. |
|
links Number of links of this file. |
|
uid Owner of this file. |
|
gid Owning group of this file. |
|
size Size of this file (bytes). |
|
atime Access time of this file. |
|
mtime Modify time of this file. |
|
ctime Change time of this file. |
|
isdir True iff this file is a directory. |
|
isfile True iff this file is neither a directory nor a symlink. |
|
islink True iff this file is a symlink. |
|
Inherited from |
Method Details |
|
|
|
Property Details |
abspathAbsolute path to this file.
|
statInformation on this file, as returned byos.stat .
|
modemode of this file.
|
inodeinode of this file.
|
devicedevice of this file.
|
linksNumber of links of this file.
|
uidOwner of this file.
|
gidOwning group of this file.
|
sizeSize of this file (bytes).
|
atimeAccess time of this file.
|
mtimeModify time of this file.
|
ctimeChange time of this file.
|
isdirTrue iff this file is a directory.
|
isfileTrue iff this file is neither a directory nor a symlink.
|
islinkTrue iff this file is a symlink.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Oct 27 23:13:40 2008 | http://epydoc.sourceforge.net |