❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
dir::make($dir, $recursive = true)
Creates a new directory
$dir
(string)
The path for the new directory
return
(boolean)
True: the dir has been created, false: creating failed
↑
Toolkit API overview
←
dir::copy
→
dir::modified
↓
Back to Toolkit API section
Top