desktopfile

Reading, writing and executing .desktop file

Members

Aliases

DesktopFileException
alias DesktopFileException = IniLikeException

Alias for backward compatibility Exception thrown on the .desktop file read error.

DesktopGroup
alias DesktopGroup = IniLikeGroup

Alias for backward compatibility

Classes

DesktopFile
class DesktopFile

Represents .desktop file.

Functions

checkTryExec
bool checkTryExec(string programPath)

Checks if the program exists and is executable. If the programPath is not an absolute path, the file is looked up in the $PATH environment variable. This function is defined only on Posix.

See Also

Meta