def removedir(path, verbose = False):
    result = const.ENoError
    try:
        if verbose:
            pr("Removing local directory '{}'".format(path))