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.



275
276
277
# File 'lib/puppet/file_system.rb', line 275

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