Merge pull request #115710 from syntaxerror247/fix-seek

Fix `FileAccess.seek_end` behavior on Android
This commit is contained in:
Thaddeus Crews 2026-02-09 15:07:07 -06:00
commit 833889aec0
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
3 changed files with 52 additions and 3 deletions

View file

@ -425,7 +425,7 @@
<param index="0" name="position" type="int" default="0" />
<description>
Sets the file cursor to the specified position in bytes, from the end of the file. This changes the value returned by [method get_position].
[b]Note:[/b] This is an offset, so you should use negative numbers otherwise the file cursor will be at the end of the file.
[b]Note:[/b] This is an offset, so you should use negative numbers otherwise the file cursor will move past the end of the file.
</description>
</method>
<method name="set_extended_attribute" qualifiers="static">