diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_utils.h b/include/m_utils.h index 421f52a3a3..026666bbce 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -412,6 +412,9 @@ namespace PU // Checks if we're working via pu_stub or not
MIR_APP_DLL(bool) IsDirect();
+ // Checks if Miranda's folder is writeable
+ MIR_APP_DLL(bool) IsMirandaFolderWritable();
+
// Checks if a process has enough rights to write into Miranda's folder
MIR_APP_DLL(bool) IsProcessElevated();
|