Merge pull request #57116 from bruvzg/win_net_share

This commit is contained in:
Rémi Verschelde
2022-01-28 11:03:23 +01:00
committed by GitHub
8 changed files with 69 additions and 16 deletions

View File

@ -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;