EXT0013: File System Read
Ta treść nie jest jeszcze dostępna w Twoim języku.
- Extension dependencies: none
- Document status: Discussion
Commands
Section titled “Commands”001E Access File
Section titled “001E Access File”Get read access. Returns temporary handle, auto-closes after 30 seconds of inactivity.
Request:
<TID> 3900 <LEN> 001E <FILENAME>Response:
<TID> 3900 <LEN> 001E <HANDLE> <FILESIZE> [<FILETIME> <ATTR>]| Field | Length | Description |
|---|---|---|
FILENAME | variable | File path |
HANDLE | 4 bytes | Temporary file ID |
FILESIZE | 4 bytes | File size |
FILETIME | 4 bytes | Last modified time |
ATTR | 2 bytes | File attributes |
Errors: 0010 Read error, 0011 Not found, 0012 No free handles, 0013 Already open
001F Read File
Section titled “001F Read File”Request:
<TID> 3900 000C 001F <HANDLE> <OFFSET> <BLOCKLEN>Response:
<TID> 3900 <LEN> 001F <BLOCKDATA>Errors: 0010 Read error, 0011 Invalid handle, 0012 Out of bounds