Returns psSkinFile as a qualfiied name
Function SkinQFile Returns String
Call: | Get SkinQFile to StringVariable |
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.