Merge pull request #115710 from syntaxerror247/fix-seek
Fix `FileAccess.seek_end` behavior on Android
This commit is contained in:
commit
833889aec0
3 changed files with 52 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue