Module | Chef::Mixin::CreatePath |
In: |
lib/chef/mixin/create_path.rb
|
Creates a given path, including all directories that lead up to it. Like mkdir_p, but without the leaking.
file_path<String, Array>: | A string that represents the path to create, |
or an Array with the path-parts.
The created file_path.