FilesystemHelperInterface

Extends

Interface FilesystemHelperInterface

category

System

package

Extensions

subpackge

Helpers

Methods

Returns the target file name with an ensured file extension. If the target file name has no file type extension it will be automatically added, by using the extension from the source file name.

correctFileTypeExtension(\FilenameStringType $sourceFile, \FilenameStringType $targetFile) : \FilenameStringType

Arguments

$sourceFile

\FilenameStringType

$targetFile

\FilenameStringType

Response

\FilenameStringType