From 71001d96e240d03a98a73688060d476dd5f7c875 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 26 Jul 2006 16:23:53 +0000 Subject: Added command line mcf file transcoding - The syntax is: #orkaudio transcode myfile.mcf - The output has the format specified in config.xml. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@310 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/Utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'orkbasecxx/Utils.h') diff --git a/orkbasecxx/Utils.h b/orkbasecxx/Utils.h index 3b7d5c6..31abf5d 100644 --- a/orkbasecxx/Utils.h +++ b/orkbasecxx/Utils.h @@ -67,6 +67,7 @@ inline double StringToDouble(CStdString& value) // file related stuff 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); -- cgit v1.2.3