Method: Puppet::FileSystem.readlink

Defined in:
lib/puppet/file_system.rb

Returns the name of the file referenced by the given link.

Returns:

  • (String)

    the name of the file referenced by the given link.



277
278
279
# File 'lib/puppet/file_system.rb', line 277

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