File
File["path"] is a symbolic representation of a location in the local file system.
Examples
Create a file reference:
file = File["/path/to/document.txt"]
(* File["/path/to/document.txt"] *)Use with Import:
Import[File["data.csv"]]Please visit the official Wolfram Language Reference for more details.