[Doc] Clarify behavior of FileAccess.get_line
Specifies that the line excludes any newline or carriage return characters.
This commit is contained in:
parent
658e97c93a
commit
b804193f08
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@
|
|||
<method name="get_line" qualifiers="const">
|
||||
<return type="String" />
|
||||
<description>
|
||||
Returns the next line of the file as a [String].
|
||||
Returns the next line of the file as a [String]. The returned string doesn't include newline ([code]\n[/code]) or carriage return ([code]\r[/code]) characters, but does include any other leading or trailing whitespace.
|
||||
Text is interpreted as being UTF-8 encoded.
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue