SkinQFile - cCJSkinFramework

Returns the fully qualified path of psSkinFile

Type: Function

Return Data Type: String

Parameters: None

Return Value

Returns psSkinFile as a qualfiied name


Syntax
Function SkinQFile Returns String

Call: Get SkinQFile to StringVariable


Description

psSkinFile is usually set as a relative file name. The SkinQFile function returns the fully qualified value for psSkinFile. It builds a qualified name by calling SkinPath to get the skin directory and prefixing this directory to psSkinFile. If psSkinFile is already qualified, it returns psSkinFile as is.

This function does not check if the file name returned actually exists.

Normally, the directory for skins is the workspace's programs directory. This location can be changed by augmenting SkinPath. SkinQFile can be augmented to search for skin files in multiple directories.

See Also

psSkinFile | SkinPath