@brief checks if a file of any type or directory exists fs.exists(path)
fs.exists(path)
Returns true if a file (of any type) or a directory exists at a given path. If the file is a broken symbolic link, returns false.