[Windows] Add support for handling network share paths.

This commit is contained in:
bruvzg
2022-01-24 13:12:46 +02:00
parent 6a3ff8fa1f
commit cba8280515
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;