nemmo\attachments\Module::getFilesDirPath PHP Method

getFilesDirPath() public method

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