File.mkdir_p-exclamation-mark
You're seeing just the function
mkdir_p-exclamation-mark
, go back to File module for more information.
Specs
mkdir_p!(Path.t()) :: :ok
Same as mkdir_p/1
, but raises a File.Error
exception in case of failure.
Otherwise :ok
.