meld v0.1.2 Meld.Util

Exposes some helpful functions to the rest of the codebase.

Summary

Functions

Checks if the ~/.meld directory exists

Checks if the ~/.meld directory DOESN’T exist

Creates the ~/.meld directory

Returns the full ~/.meld path

Functions

check_dir_exists(ifnot)

Checks if the ~/.meld directory exists.

check_dir_not_exists(ifnot)

Checks if the ~/.meld directory DOESN’T exist.

create_dir()

Creates the ~/.meld directory.

path()

Returns the full ~/.meld path.