summaryrefslogtreecommitdiff
path: root/orkbasecxx/Utils.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2007-09-05 19:59:36 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2007-09-05 19:59:36 +0000
commitf5408a17ac87c54a7a991e310147debf95123a5d (patch)
tree19136df6152b02ede0d9517e9fa27878f9994a63 /orkbasecxx/Utils.h
parent3aeac353ac9ecfdbbb29c80fa683628af070b019 (diff)
Added functionality to set the ownership of the directories leading up to the media file to the values specified in config.xml
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@481 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/Utils.h')
-rw-r--r--orkbasecxx/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/Utils.h b/orkbasecxx/Utils.h
index dd82b76..a0ef277 100644
--- a/orkbasecxx/Utils.h
+++ b/orkbasecxx/Utils.h
@@ -73,7 +73,7 @@ CStdString DLL_IMPORT_EXPORT_ORKBASE FileBaseName(CStdString& path);
CStdString DLL_IMPORT_EXPORT_ORKBASE FilePath(CStdString& path);
CStdString DLL_IMPORT_EXPORT_ORKBASE FileStripExtension(CStdString& filename);
bool DLL_IMPORT_EXPORT_ORKBASE FileCanOpen(CStdString& path);
-void DLL_IMPORT_EXPORT_ORKBASE FileRecursiveMkdir(CStdString& path);
+void DLL_IMPORT_EXPORT_ORKBASE FileRecursiveMkdir(CStdString& path, int permissions, CStdString owner, CStdString group, CStdString rootDirectory);
int DLL_IMPORT_EXPORT_ORKBASE FileSetPermissions(CStdString filename, int permissions);
int DLL_IMPORT_EXPORT_ORKBASE FileSetOwnership(CStdString filename, CStdString owner, CStdString group);