Actions
$getdir » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Per Amundsen, 02/24/2017 09:14 PM
Added in 1.9.0
$getdir
Returns the DCC download directory specified in Options -> DCC.
$getdir(filespec)
Returns the DCC download directory matching the filespec, otherwise the directory specified in Options -> DCC.
Parameters
filespec - The filespec.
Example
; Get the directory for .mp3 files. //echo -ag $getdir(*.mp3)
Updated by Per Amundsen over 7 years ago · 3 revisions