nemmo\attachments\Module::getFilesDirPath PHP Méthode

getFilesDirPath() public méthode

public getFilesDirPath ( $fileHash ) : string
$fileHash
Résultat string
    public function getFilesDirPath($fileHash)
    {
        $path = $this->getStorePath() . DIRECTORY_SEPARATOR . $this->getSubDirs($fileHash);
        FileHelper::createDirectory($path);
        return $path;
    }