Home | Trees | Indices | Help |
|
---|
|
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
file_size = An unsigned long long stored in 8 bytes starting at ... Size in bytes of the file |
||
|
file_type = An unsigned int stored in 4 bytes starting at byte 24 1 == file, 2 == dir |
||
|
ctime = An unsigned int stored in 4 bytes starting at byte 28 Creation time |
||
|
wtime = An unsigned int stored in 4 bytes starting at byte 32 Modification time |
||
|
permissions = An unsigned int stored in 4 bytes starting at byte 36 0 = default permissions, 4 = read only |
||
|
|||
|
is_dir True if path points to a directory, False if it points to a file. |
||
|
is_readonly Whether this file is readonly. |
||
Inherited from |
|
file_sizeSize in bytes of the file
|
file_type1 == file, 2 == dir
|
ctimeCreation time
|
wtimeModification time
|
permissions0 = default permissions, 4 = read only
|
|
is_dirTrue if path points to a directory, False if it points to a file.
|
is_readonlyWhether this file is readonly.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Wed Nov 8 17:34:11 2006 | http://epydoc.sourceforge.net |