Consider the following example:
ClickToCopy["display text","file name"]
When I click the display text
I get "file name"
rather than file name
without the quotes. Which doesn’t serve my purpose of quick file name access. So when I copy to some location I have to manually remove the quotes.
What should I do to make it copy the actual Text
inside the String
?