Skip to content

Kirby 4.1.2

Dir::wasModifiedAfter()

Checks if the directory or any subdirectory has been modified after the given timestamp

Dir::wasModifiedAfter(string $dir, int $time): bool

Parameters

Name Type Default
$dir * string
$time * int

Return type

bool

Parent class

Kirby\Filesystem\Dir