Home
last modified time | relevance | path

Searched +full:rmdir +(+path:plugin +path:epub) -(+path:plugin +path:epub +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/epub/conf/
H A Ddefault.php3 $conf['rmdir'] = 'y';
H A Dmetadata.php3 $meta['rmdir'] = array('multichoice','_choices' => array('y','n',));
/plugin/epub/scripts/
H A Depub_utils.php472 $rmdir= $plugin->getConf('rmdir');
486 if($rmdir == 'y') {
489 $cmd = "RMDIR /s /q $meta";