I want to specify a path to a file inside a script. How can I find the full path to the file?

Mac: Navigate to the file, right-click on it with the Option key pressed, and choose Copy “file” as Pathname.

Windows: Navigate to the file, right-click on it with the Shift key pressed, and choose Copy as Path.

The path can then be pasted and used in your script.

Scroll to Top