Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: svg-rect , Previous: svg-file , Up: S , Home: Overview

Clamps Dictionary

svg-gui-path

Function

(svg-gui-path &optional file)

Return the full path of SVG file file in the current GUI or the base-gui-path of svg files if file is not supplied.

Arguments

file A String designating the filename of the SVG file.

Examples

(svg-gui-path)
;; => #P"/tmp/www/svg/"

(svg-gui-path "test.svg")
;; => #P"/tmp/www/svg/test.svg"

See also

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate