You want to tell a colleague where a file lives. Maybe it's on a shared network drive and you need to give them the exact location. Maybe you're writing up a process document and need to reference configuration files. Maybe you're filing a support ticket and need to paste the exact path to a log file.

macOS makes this harder than it should be — the "Copy Path" option is hidden behind a key modifier most people don't know about. This guide walks through every method and, importantly, helps you decide which format of path is most useful for each situation.

Quick answer

Hold Option, right-click the file in Finder, and choose "Copy [filename] as Pathname". For Slack and casual messages, consider whether you want just the filename or the folder pathPathly gives you all five formats with a plain right-click, no modifier keys.

Method 1: Option + Right-Click (Native macOS)

This is the built-in way to copy a full path in macOS. The trick is you must hold Option before right-clicking — the option doesn't appear if you press Option after the menu is open.

1

Navigate to the file in Finder.

2

Hold the Option (⌥) key.

3

While holding Option, right-click the file.

4

Choose "Copy [filename] as Pathname". The full path is now on your clipboard.

The result looks like: /Users/alex/Dropbox/Work/Q2 Report/final-draft.docx

Heads up

Paths to files on your local Mac (starting with /Users/yourname/) only work for your machine. Pasting this into Slack won't help a colleague on a different computer unless you're both on a shared network drive mounted at the same path. For shared files, consider Dropbox or Google Drive links instead — or just send the filename and folder name in plain language.

Method 2: Finder's Path Bar

If you frequently need to copy folder paths (not individual file paths), Finder's built-in path bar is useful. It shows the full folder hierarchy at the bottom of the Finder window and lets you copy any folder's path without holding Option.

1

In Finder, open View → Show Path Bar (or press ⌥ + ⌘ + P). A row of folder icons appears at the bottom of the window.

2

Right-click any folder in the path bar. You'll see "Copy [folder name] as Pathname" — no Option key required.

This is especially handy if you want the folder path — for example, you want to tell someone "the files are in /Volumes/SharedDrive/Projects/2026/Q2" without selecting a specific file inside it.

Method 3: Drag to Desktop or Terminal

Another quick trick: drag the file from Finder to an open text area. In many apps, dragging a file into a text field inserts its path automatically. This works in:

This method doesn't put the path on your clipboard, so you can't paste it into Slack or an email directly — but it's handy when you need to type a command involving the file.

Choosing the Right Format for Each Situation

This is where macOS's single-format native option falls short. The full absolute path — /Users/alex/Library/Application Support/App/config.json — is almost never the most useful thing to paste in a Slack message. Here's what works better in each context:

Sending to a colleague via Slack

Most of the time, your colleague doesn't need the full path. They need to find the file, which means they need to know the filename and which folder it's in. The most readable Slack message format is usually:

"The file is final-draft.docx in the Q2 Report folder on the shared drive."

Or if you're on a shared network drive where the paths are consistent between machines:

"It's at /Volumes/SharedDrive/Projects/2026/Q2 Report/final-draft.docx"

Including in an email

For email, clarity beats precision. Write the path in plain text, but also describe what folder it's in conversationally. If you're referencing a shared server path, use the full path. If it's a cloud file (Dropbox, Google Drive), sharing a link is almost always better than pasting a path.

Documenting in a process doc or wiki

Here the full absolute path (or a server path like \\server\share\folder\file.txt) is appropriate — someone following the doc needs to know exactly where to navigate. Consider using a monospace code format so it's clearly a path, not prose.

Filing a bug report or support ticket

Use the full absolute path. The person reading your ticket needs to be able to reproduce the issue, which means knowing exactly where the file or folder is. Include the path in a code block so it's easy to copy.

Where Pathly Solves the Format Problem

macOS natively gives you one format: the full absolute path. But depending on your situation, you might actually want:

Pathly surfaces all five of these with a plain right-click in Finder — no Option key, no modifier, no extra steps. Right-click the file, pick the format you need, done.

Expert take

The single most underrated format for non-developer Slack/email use is Copy Filename. When you paste a 70-character absolute path into a Slack message, half your colleagues' eyes glaze over. When you write "here's the file: Q2-budget-final.xlsx", everyone immediately knows what you're talking about. For most day-to-day file communication, the filename alone is the most human-readable choice.

What About Sharing Cloud Files?

A quick note: if the file you want to share lives in Dropbox, Google Drive, iCloud Drive, or any other cloud service, sharing a link is almost always better than sharing a path.

The reason: a local file path like /Users/alex/Dropbox/Project/file.docx only works on your specific machine at that specific Dropbox sync path. A shared link works for anyone with internet access, regardless of operating system or folder structure.

File paths are most useful for:

For a full breakdown of every method to copy paths on Mac, see How to Copy a File Path on Mac in 2026.