TQ\Vcs\Repository\RepositoryInterface::createDirectory PHP Method

createDirectory() public method

Writes data to a file and commit the changes immediately
public createDirectory ( string $path, string | null $commitMsg = null, integer | null $dirMode = null, boolean $recursive = true, string | null $author = null ) : string
$path string The directory path
$commitMsg string | null The commit message used when committing the changes
$dirMode integer | null The mode for creating the intermediate directories
$recursive boolean Create intermediate directories recursively if required
$author string | null The author
return string The current commit hash
    public function createDirectory($path, $commitMsg = null, $dirMode = null, $recursive = true, $author = null);