Checks if string is an existing file.
static bool fileExist(String filePath) => File(filePath).existsSync();