nemmo\attachments\Module::getFilesDirPath PHP 메소드

getFilesDirPath() 공개 메소드

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