[GH-ISSUE #37] Add Feature - Copy Path (UNC or not) and/or Name WITH quotes on both ends #36

Closed
opened 2026-02-25 21:32:30 +03:00 by kerem · 2 comments
Owner

Originally created by @ghost on GitHub (May 25, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/37

In Windows, sometimes the quotes are necessary when copying a file name, or path, or UNC path, especially in the command line. Would be nice to have those added as a context menu options, and they could be captioned like: "UNC Path with Quotes", and "Name with Quotes", and "Path with Quotes", etc.

Examples of results when pasting:

"\servername\foldername\subfoldername"
"\servername\foldername\subfoldername\filename.txt"
"filename.txt"
"C:\temp\filename.txt"
"c:\temp"

Originally created by @ghost on GitHub (May 25, 2018). Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/37 In Windows, sometimes the quotes are necessary when copying a file name, or path, or UNC path, especially in the command line. Would be nice to have those added as a context menu options, and they could be captioned like: "UNC Path with Quotes", and "Name with Quotes", and "Path with Quotes", etc. Examples of results when pasting: "\\servername\foldername\subfoldername" "\\servername\foldername\subfoldername\filename.txt" "filename.txt" "C:\temp\filename.txt" "c:\temp"
kerem closed this issue 2026-02-25 21:32:30 +03:00
Author
Owner

@blackcrack commented on GitHub (May 25, 2018):

this should be normally
\\Servername\

edit again , now see i am wheres the truble there .. you must put a \ in front of the path there in github, so you must setting 3\ slashes to see 2
like this : \\ <-3slashes

just a lil' bit help :) 👍
best regards
Blacky

<!-- gh-comment-id:391942794 --> @blackcrack commented on GitHub (May 25, 2018): this should be normally \\\Servername\ edit again , now see i am wheres the truble there .. you must put a \\ in front of the path there in github, so you must setting 3\\ slashes to see 2 like this : \\\ <-3slashes just a lil' bit help :) :+1: best regards Blacky
Author
Owner

@clechasseur commented on GitHub (Jun 3, 2018):

This is already possible to do by creating a custom command based on the existing command required. In the custom command's Options, select Enclose in quotation marks.

<!-- gh-comment-id:394126223 --> @clechasseur commented on GitHub (Jun 3, 2018): This is already possible to do by creating a custom command based on the existing command required. In the custom command's Options, select `Enclose in quotation marks`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pathcopycopy#36
No description provided.