_Added in 1.9.0_ *$getdir* Returns the DCC download directory specified in [[Options_Dialog|Options]] -> [[DCC_Options|DCC]]. ----------------------------------------------------------------------------- *$getdir(filespec)* Returns the DCC download directory matching the filespec, otherwise the directory specified in [[Options_Dialog|Options]] -> [[DCC_Options|DCC]]. *Parameters* table(ktable). |*Parameter*|*Description*| | filespec | The filespec. | *Example*
; Get the directory for .mp3 files.
//echo -ag $getdir(*.mp3)