Merge pull request #6428 from Gastronok/master
Correct Directory.list_dir_begin() Documentation
This commit is contained in:
commit
2e8c73331a
|
@ -10871,7 +10871,7 @@
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Initialise the stream used to list all files and directories using the [method get_next] function, closing the current opened stream if needed. Once the stream has been processed, it should typically be closed with [method list_dir_end].
|
Initialise the stream used to list all files and directories using the [method get_next] function, closing the current opened stream if needed. Once the stream has been processed, it should typically be closed with [method list_dir_end].
|
||||||
Return false if the stream could not be initialised.
|
Return true if the stream could not be initialised.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="list_dir_end">
|
<method name="list_dir_end">
|
||||||
|
|
Loading…
Reference in New Issue