Skip to main content

Using the Copy Full Path Feature in RcloneView

The Copy Full Path feature lets you grab the entire folder path — optionally with the remote name — in a single action. It’s perfect for writing rclone commands, running Terminal tests, sharing exact cloud paths, and avoiding mistakes in scripts.


Where to Find Copy Full Path

You can access Copy Full Path from the Path bar at the top of the Remote File Browser.

copy full path path bar

Right-click the Path bar to see these options:

  • Cut
  • Copy
  • Paste
  • Copy Full Path (with Remote)
  • Select All
copy full path context menu

Select All — Highlight the Entire Path

Choosing Select All highlights the entire text in the Path field so you can copy it quickly.

copy full path select all

After copying and pasting (e.g., into Notepad), the local folder name (e.g., Meet recordings) appears exactly as shown.

copy full path notepad

Copy Full Path (with Remote) — Remote + Folder Path

Copy Full Path (with Remote) captures:

  • Remote name
  • Full folder path
  • Exact remote:path format for rclone

Example result:

mygoogledrive:Meet recordings
copy full path with remote

Pasting into Notepad shows the ready-to-use path:

copy full path with remote notepad

This format works directly in commands such as:

rclone copy "mygoogledrive:Meet recordings" /local/backup

When to Use This Feature

  • Writing rclone commands: Paste accurate remote paths instantly.
  • Testing paths in Terminal: Use remote:path without retyping.
  • Avoiding script mistakes: Prevent typos in automation or batch jobs.
  • Sharing paths with teammates: Send precise locations for support or collaboration.

Quick Reference

ActionWhat It Does
CopyCopies selected text in the Path bar
Select AllSelects the entire path text
Copy Full Path (with Remote)Copies remote:path format (recommended)
PasteInserts clipboard text into the Path bar

The Copy Full Path feature looks simple, but for automation, scripting, and precise transfers, it’s one of the fastest productivity boosters in RcloneView.