mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
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
|
|
@ -169,7 +169,7 @@ String DirAccessJAndroid::get_absolute_path(String p_path) {
|
|||
}
|
||||
|
||||
if (p_path.is_relative_path()) {
|
||||
p_path = get_current_dir().plus_file(p_path);
|
||||
p_path = get_current_dir().path_join(p_path);
|
||||
}
|
||||
|
||||
p_path = fix_path(p_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue