summaryrefslogtreecommitdiff
path: root/orkbasecxx/BatchProcessing.cpp
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/BatchProcessing.cpp
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/BatchProcessing.cpp')
-rw-r--r--orkbasecxx/BatchProcessing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/BatchProcessing.cpp b/orkbasecxx/BatchProcessing.cpp
index dd082b0..6cd4c68 100644
--- a/orkbasecxx/BatchProcessing.cpp
+++ b/orkbasecxx/BatchProcessing.cpp
@@ -249,7 +249,7 @@ void BatchProcessing::ThreadHandler(void *args)
}
CStdString path = CONFIG.m_audioOutputPath + "/" + audioTapeRef->GetPath();
- FileRecursiveMkdir(path);
+ FileRecursiveMkdir(path, CONFIG.m_audioFilePermissions, CONFIG.m_audioFileOwner, CONFIG.m_audioFileGroup, CONFIG.m_audioOutputPath);
CStdString file = path + "/" + audioTapeRef->GetIdentifier();
outFileRef->Open(file, AudioFile::WRITE, false, fileRef->GetSampleRate());