Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 6605e7b852..447886c671 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -66,6 +66,9 @@ public:
/// @return resource dir (on some platforms it's differ from Writable dir)
string ResourcesDir() const { return m_resourcesDir; }
+ /// Creates directory at filesystem
+ void MkDir(string const & directory_name) const;
+
/// @return path for directory with temporary files with slash at the end
string TmpDir() const { return m_tmpDir; }
/// @return full path to file in the temporary directory