Method: Puppet::FileSystem::Windows#stat

Defined in:
lib/puppet/file_system/windows.rb

#stat(path) ⇒ Object



94
95
96
# File 'lib/puppet/file_system/windows.rb', line 94

def stat(path)
  Puppet::Util::Windows::File.stat(path)
end