From 4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Tue, 4 Mar 2008 17:48:09 +0000 Subject: some little fixes around; fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/file/libkvifile.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/modules/file/libkvifile.cpp') diff --git a/src/modules/file/libkvifile.cpp b/src/modules/file/libkvifile.cpp index d6d976876..001ba9f82 100644 --- a/src/modules/file/libkvifile.cpp +++ b/src/modules/file/libkvifile.cpp @@ -61,7 +61,7 @@ is running on so you don't have to bother about portability: it *should* be automatically guaranteed. Just use UNIX style paths for them.[br] @seealso: - [cmd]file.rename[/cmd], [fnc]$file.exists[/fnc]() + [cmd]file.rename[/cmd], [fnc]$file.exists[/fnc] */ static bool file_kvs_cmd_copy(KviKvsModuleCommandCall * c) @@ -181,7 +181,7 @@ static bool file_kvs_cmd_delimagepath(KviKvsModuleCommandCall * c) The file is saved in utf8 unless the -l switch is specified (in that case the local 8 bit encoding is used). Please note that uf8 is the only character set that preserves ALL the possible characters. @seealso: - [cmd]file.rename[/cmd], [fnc]$file.exists[/fnc]() + [cmd]file.rename[/cmd], [fnc]$file.exists[/fnc] */ static bool file_kvs_cmd_write(KviKvsModuleCommandCall * c) @@ -226,7 +226,7 @@ static bool file_kvs_cmd_write(KviKvsModuleCommandCall * c) is running on so you don't have to bother about portability: it *should* be automatically guaranteed.Just use UNIX style paths for them.[br] @seealso: - [cmd]file.copy[/cmd], [fnc]$file.exists[/fnc]() + [cmd]file.copy[/cmd], [fnc]$file.exists[/fnc] */ static bool file_kvs_cmd_rename(KviKvsModuleCommandCall * c) @@ -267,7 +267,7 @@ static bool file_kvs_cmd_rename(KviKvsModuleCommandCall * c) is running on so you don't have to bother about portability: it *should* be automatically guaranteed. Just use an UNIX style path.[br] @seealso: - [fnc]$file.exists[/fnc]() + [fnc]$file.exists[/fnc] */ static bool file_kvs_cmd_mkdir(KviKvsModuleCommandCall * c) @@ -306,7 +306,7 @@ static bool file_kvs_cmd_mkdir(KviKvsModuleCommandCall * c) is running on so you don't have to bother about portability: it *should* be automatically guaranteed. Just use an UNIX style path.[br] @seealso: - [fnc]$file.exists[/fnc]() + [fnc]$file.exists[/fnc] */ static bool file_kvs_cmd_remove(KviKvsModuleCommandCall * c) @@ -348,7 +348,7 @@ static bool file_kvs_cmd_remove(KviKvsModuleCommandCall * c) is running on so you don't have to bother about portability: it *should* be automatically guaranteed. Just use an UNIX style path.[br] @seealso: - [fnc]$file.exists[/fnc]() + [fnc]$file.exists[/fnc] [cmd]file.remove[/cmd] */ @@ -799,7 +799,7 @@ static bool file_kvs_fnc_read(KviKvsModuleFunctionCall * c) echo $file.readLines(/proc/cpuinfo) [/example] @seealso: - [fnc]$file.read[/fnc](), [cmd]file.writeLines[/fnc], [fnc]$lf[/fnc] + [fnc]$file.read[/fnc], [cmd]file.writeLines[/cmd], [fnc]$lf[/fnc] */ @@ -1160,7 +1160,7 @@ static bool file_kvs_fnc_globaldir(KviKvsModuleFunctionCall * c) For example, if is /usr/arch/mp3/Carisma_SuonoDelSilenzio.mp3 then this function will return /usr/arch/mp3 on UNIX and C:\usr\arch\mp3 on Windows. @seealso: - [fnc]$file.extractfilename[/fnc] + [fnc]$file.extractFileName[/fnc] */ static bool file_kvs_fnc_extractpath(KviKvsModuleFunctionCall * c) @@ -1190,7 +1190,7 @@ static bool file_kvs_fnc_extractpath(KviKvsModuleFunctionCall * c) For example, if is /usr/arch/mp3/Carisma_SuonoDelSilenzio.mp3 then this function will return Carisma_SuonoDelSilenzio.mp3 @seealso: - [fnc]$file.extractpath[/fnc] + [fnc]$file.extractPath[/fnc] */ static bool file_kvs_fnc_extractfilename(KviKvsModuleFunctionCall * c) -- cgit v1.3.1-10-gc9f91