You are here

protected property Local::$created in Flysystem 7

Whether the directory was recently created.

Type: bool

File

src/Flysystem/Local.php, line 24
Contains \Drupal\flysystem\Flysystem\Local.

Class

Local
Drupal plugin for the "Local" Flysystem adapter.

Namespace

Drupal\flysystem\Flysystem

Code

protected $created = FALSE;