Method: Puppet::FileSystem.mkpath

Defined in:
lib/puppet/file_system.rb

.mkpath(path) ⇒ Object

Creates directories for all parts of the given path.



221
222
223
# File 'lib/puppet/file_system.rb', line 221

def self.mkpath(path)
  @impl.mkpath(assert_path(path))
end