Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFile.php42 public function getAbsoluteFileSystemPath() function in ComboStrap\\File
91 return file_get_contents($this->getAbsoluteFileSystemPath());
99 unlink($this->getAbsoluteFileSystemPath());
118 return mkdir($this->getAbsoluteFileSystemPath(), $mode = 0770, $recursive = true);