diff options
| author | 2009-08-22 10:20:49 +0000 | |
|---|---|---|
| committer | 2009-08-22 10:20:49 +0000 | |
| commit | ebb015a1fb661f86fa38bcff030dd92a3360b6be (patch) | |
| tree | e6ad42372a1bc5c35ff5c9de4d9cd9e0df322226 /src/modules | |
| parent | Dutch transaltions by Valenstyn (diff) | |
| download | KVIrc-ebb015a1fb661f86fa38bcff030dd92a3360b6be.tar.gz KVIrc-ebb015a1fb661f86fa38bcff030dd92a3360b6be.tar.bz2 KVIrc-ebb015a1fb661f86fa38bcff030dd92a3360b6be.zip | |
restored .config/KVIrc/log/ as default path for log files (fixes #371)
fixed $file.extractfilename documentation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3418 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/file/libkvifile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/file/libkvifile.cpp b/src/modules/file/libkvifile.cpp index 2fa8d56ef..e2d420bb1 100644 --- a/src/modules/file/libkvifile.cpp +++ b/src/modules/file/libkvifile.cpp @@ -1174,14 +1174,14 @@ static bool file_kvs_fnc_extractpath(KviKvsModuleFunctionCall * c) @short: Extract the filename from a file path @syntax: - <string> $file.extractpath(<filepath:string>) + <string> $file.extractfilename(<filepath:string>) @description: Returns the filename part of the filepath translated to match the current platform filesystem conventions.[br] For example, if <filepath> is /usr/arch/mp3/Carisma_SuonoDelSilenzio.mp3 then this function will return Carisma_SuonoDelSilenzio.mp3 @seealso: - [fnc]$file.extractPath[/fnc] + [fnc]$file.extractfilename[/fnc] */ static bool file_kvs_fnc_extractfilename(KviKvsModuleFunctionCall * c) |
