Rename String::is_rel_path to String::is_relative_path
This commit is contained in:
parent
838a449d64
commit
d11c1afc04
23 changed files with 52 additions and 52 deletions
|
|
@ -4324,7 +4324,7 @@ bool String::is_resource_file() const {
|
|||
return begins_with("res://") && find("::") == -1;
|
||||
}
|
||||
|
||||
bool String::is_rel_path() const {
|
||||
bool String::is_relative_path() const {
|
||||
return !is_absolute_path();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue