FS:CheckArchive: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x870|3|2}} {{IPC/RequestEntry|u32, Archive ID}} {{IPC/RequestEntry|Filesystem_services#Filena..." |
(No difference)
|
Latest revision as of 18:15, 2 May 2025
Request
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | u32, Archive ID | ||||||||
| 2 | Path Type | ||||||||
| 3 | u32, Path size | ||||||||
| 4 | Descriptor for static buffer (id 0) | ||||||||
| 5 | Input path data buffer |
Response
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | Result code |
Description
Internally calls FS:OpenArchive with the given archive path, then closes it. Thus, the result code can be used to check if a given archive is accessible or not.
No archive handle is created as a result of this command.