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