Prado\TApplicationComponent::publishFilePath PHP Method

publishFilePath() public method

Publishes a file or directory and returns its URL.
public publishFilePath ( $fullPath, $checkTimestamp = false ) : string
return string URL to the published file or directory
    public function publishFilePath($fullPath, $checkTimestamp = false)
    {
        return Prado::getApplication()->getAssetManager()->publishFilePath($fullPath, $checkTimestamp);
    }