Skip to contents

Check if a file exists and abort with a message if not

Usage

abort_if_file_doesnt_exist(path)

Arguments

path

A string containing the path to the file to be checked for

Value

Returns the path (a string) invisibly