YaST2 Developers Documentation: yast2

yast2

modules/Directory.ycp
Definitions of basic directories

This module has an unstable interface.

Global Variables

Global Functions

global bindir -> string

Directory for binaries and scripts

global logdir -> string

Directory for log files

global vardir -> string

Directory for variable data

global etcdir -> string

Directory for configuration data

global agentdir -> string

Directory with agents

global datadir -> string

Directory for data

global schemadir -> string

Directory for schema (RNC,DTD,RNG)

global includedir -> string

Directory for includes

global imagedir -> string

Directory for images

global themedir -> string

Directory for themes

global localedir -> string

Directory for locales

global clientdir -> string

Directory for clients

global moduledir -> string

Directory for modules

global scrconfdir -> string

Directory for SCR definition files

global desktopdir -> string

Directory for desktop files

global icondir -> string

Base directory for icons

global tmpdir -> string

Directory for temporary files Must be updated with ResetTmpDir() call after the SCR change!

global custom_workflow_dir -> string

Directory needed for custom installation workflows It can be set to the path containing additional file on a CDROM

global ResetTmpDir () -> void

Set temporary directory

global Directory () -> void

Constructor