Skip to content

Kirby 4.2.0

FileRules::create()

Validates if the file can be created

FileRules::create(Kirby\Cms\File $file, Kirby\Filesystem\File $upload): bool

Parameters

Name Type Default
$file * Kirby\Cms\File
$upload * Kirby\Filesystem\File

Return type

bool

Exceptions

Type Description
Kirby\Exception\DuplicateException If a file with the same name exists
Kirby\Exception\PermissionException If the user is not allowed to create the file

Parent class

Kirby\Cms\FileRules