Package: gio

Function gio:file-info-symlink-target

Lambda List

gio:file-info-symlink-target (info)

Syntax

(g:file-info-symlink-target info) => target
(setf (g:file-info-symlink-target info) target)

Arguments

info -- a g:file-info object
target -- a string containing a path to a symlink target

Details

Gets or sets the symlink target for a given info. It is an error to retrieve the symlink target if info does not contain the "standard::symlink-target" attribute key.
 

See also

2026-03-22