Method: Puppet::FileSystem.mkpath

Defined in:
lib/puppet/file_system.rb

.mkpath(path) ⇒ Object

Creates directories for all parts of the given path.



223
224
225
# File 'lib/puppet/file_system.rb', line 223

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