Module Chef::Mixin::CreatePath
In: lib/chef/mixin/create_path.rb

Methods

Public Instance methods

Creates a given path, including all directories that lead up to it. Like mkdir_p, but without the leaking.

Parameters

file_path<String, Array>:A string that represents the path to create,
  or an Array with the path-parts.

Returns

The created file_path.

[Validate]