directory_create (string path) ⇒ boolean
Creates an empty directory at the location specified and returns the boolean true on success.
First available: Version 1.4.23
Notes
In versions prior to version 1.4.1, this was the file_create_directory
function.
Comments