| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| __init__(self, path, mode=0x00) | ||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
NUMBER = 16Command number |
||
|
READ = 0Open file in read mode |
||
|
WRITE = 1Open file in write mode |
||
|
path_length = An unsigned int stored in 4 bytes starting at byte 20Length of the path to follow |
||
|
path = A string starting at byte 24The path this query is about |
||
|
|||
|
mode The file open mode. |
||
|
Inherited from |
|||
|
|||
|
|
|||
NUMBERCommand number
|
READOpen file in read mode
|
WRITEOpen file in write mode
|
path_lengthLength of the path to follow
|
pathThe path this query is about
|
|
|||
modeThe file open mode. Is either FileOpen.READ or FileOpen.WRITE.unsigned int stored at byte
16.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Wed Nov 8 17:34:11 2006 | http://epydoc.sourceforge.net |