Copying a filename with it's path
I'm trying to create a custom command to copy a file name with it's path.
For instance, if I'm in the remote directory "/a/b/" and want to have the full path name along with the file "c.test" copied to the clipboard, it should copy the following:
/a/b/c.test
I can get the current path and the selected file name from the custom commands, but I don't know how to actually copy this into the clipboard. Is there a way to do this?
Note that this is different than the Copy URL.
Thanks for your help!
|