Home
last modified time | relevance | path

Searched refs:locationStr (Results 1 – 1 of 1) sorted by relevance

/plugin/offline/
H A Dcreate.php458 function check_existence($locationStr, $typeStr) { argument
459 log_msg(__LINE__, 'Checking whether ' . $typeStr . ' "' . $locationStr . '" exists ...');
461 if (file_exists($locationStr)) {
470 if (is_dir($locationStr)) {