summaryrefslogtreecommitdiff
path: root/core/string/ustring.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-01-24 13:12:46 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-01-24 16:22:59 +0200
commitcba82805156ada29993d18b4ceb0721636a3db80 (patch)
tree25e189aeaf622d0f27889019e0f9977d290e37e5 /core/string/ustring.h
parent6a3ff8fa1f2cbad5752cf039827206ac265f68f6 (diff)
[Windows] Add support for handling network share paths.
Diffstat (limited to 'core/string/ustring.h')
-rw-r--r--core/string/ustring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h
index 4840c236c0..4284810b74 100644
--- a/core/string/ustring.h
+++ b/core/string/ustring.h
@@ -405,6 +405,7 @@ public:
String get_file() const;
static String humanize_size(uint64_t p_size);
String simplify_path() const;
+ bool is_network_share_path() const;
String xml_escape(bool p_escape_quotes = false) const;
String xml_unescape() const;