Skip to content

Kirby 3.9.8

FileActions::create()

Creates a new file on disk and returns the File object. The store is used to handle file writing, so it can be replaced by any other way of generating files.

FileActions::create(array $props, bool $move = false): Kirby\Cms\FileActions

Parameters

Name Type Default Description
$props * array
$move bool false If set to true, the source will be deleted

Return type

Kirby\Cms\FileActions

Exceptions

Parent class

Kirby\Cms\FileActions