View Single Post
Old 05-24-2004, 05:57 PM  
jmengel
Junior Member
 
Join Date: May 2004
Posts: 1
Default 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!
jmengel is offline