YaST2 Developers Documentation: yast2



functions
files
intro

yast2

modules/Directory.ycp
Definitions of basic directories

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 agentdir -> string

Directory with agents

global datadir -> string

Directory for data

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 tmpdir -> string

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

global ResetTmpDir () -> void

Set temporary directory

global Directory () -> void

Constructor


YaST2 Developers Documentation