What is the most simple way to send current full file name with file path to clipboard?
What I am using now is messages buffer: I copy file name that appears there after
To paste the current file path in the buffer, the most simple way I see is to do: C-u M-! pwd (this might not work on Windows systems though).
C-u M-! pwd
Alternatively, you can use C-x C-b to show the file paths of all opened buffers.
C-x C-b