Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 54 (&36) |
R1 | Pointer to buffer to hold pathname |
R2 | Directory to read (use number) |
R3 | Pointer to name of filing system |
R5 | Size of buffer (or 0 to read required size |
Exit | |
---|---|
R1 | Pointer to rest of path, or 0 if directory is not set |
R5 | (buffer length) minus (length of string (with terminator)) |
R6 | Pointer to special field, terminated with null or “,” (or 0 for none) |
The purpose of this call is to read the path of the specified directory.
Like other OS_FSControl calls, use this call twice: after the first call (r5 = 0), and on exit r5 = -(bytes needed).
The buffer is filled with pathname.