Rename String plus_file to path_join
This commit is contained in:
parent
051f24b067
commit
10a56981dc
100 changed files with 519 additions and 519 deletions
|
|
@ -100,7 +100,7 @@
|
|||
# `path` will contain the absolute path to `hello.txt` next to the executable.
|
||||
# This is *not* identical to using `ProjectSettings.globalize_path()` with a `res://` path,
|
||||
# but is close enough in spirit.
|
||||
path = OS.get_executable_path().get_base_dir().plus_file("hello.txt")
|
||||
path = OS.get_executable_path().get_base_dir().path_join("hello.txt")
|
||||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue