FS:OpenFile: Difference between revisions
No edit summary |
No edit summary |
||
Line 107: | Line 107: | ||
| 4 (WCHAR) | | 4 (WCHAR) | ||
| Specifies a text based path with a 16-bit short per character. | | Specifies a text based path with a 16-bit short per character. | ||
|} | |||
== Binary LowPath == | |||
The format of the data that a binary LowPath points to is custom per archive. | |||
=== SystemSaveData Archive Path Data Format === | |||
{| class="wikitable" border="1" | |||
|- | |||
! Index word | |||
! Description | |||
|- | |||
| 0 | |||
| Mediatype | |||
|- | |||
| 1 | |||
| saveid | |||
|} | |||
=== ExtSaveData Archive Path Data Format === | |||
{| class="wikitable" border="1" | |||
|- | |||
! Index word | |||
! Description | |||
|- | |||
| 0 | |||
| Mediatype | |||
|- | |||
| 1 | |||
| Upper word saveid | |||
|- | |||
| 2 | |||
| Lower word saveid | |||
|} | |} |