How to copy the lister folder name?

Is there a way where I can copy a folder name from the lister top. I can copy the name inside the lister, but if I need to copy the name of the folder on the lister top (which is outside of the files list) I only have the option to create a short cut.

Ariel

This will copy the path name to the clipboard in ASCII text:

Clipboard COPYNAMES=path 

[quote="Christiaan"]This will copy the path name to the clipboard in ASCII text:

Clipboard COPYNAMES=path 

Thanks for prompt answer...

However where I will type this?

I tried the RUN command and also a CMD command

Thanks

ariel

You could create a button with the code:

Right click the toolbar > customize > right click the toolbar again > new > new button > double click the new button > Function: > enter the code

[quote="Christiaan"]You could create a button with the code:

Right click the toolbar > customize > right click the toolbar again > new > new button > double click the new button > Function: > enter the code[/quote]

Thanks a lot, you made my day!

ariel

See these threads:
[ul][li]Copy the current path to the clipboard <-- I think this is what you want[/li]
[li]Copy selected filenames to the clipboard[/li][/ul]