Is there an internal command or a systematic way to copy a file's (file:///...) path to the clipboard?
This is an example of the format I'm looking for: file:///c:/WINDOWS/WindowsUpdate.log
TC internal command to get file URI
Moderators: Hacker, petermad, Stefan2, white
Re: TC internal command to get file URI
http://www.totalcmd.net/plugring/list2clip.htmlrisk wrote:Is there an internal command or a systematic way to copy a file's (file:///...) path to the clipboard?
http://lefteous.totalcmd.net/tc/docs/lst2clip/readme.htm#examples
Re: TC internal command to get file URI
Thank you, that solves my question too.white wrote:http://www.totalcmd.net/plugring/list2clip.htmlrisk wrote:Is there an internal command or a systematic way to copy a file's (file:///...) path to the clipboard?
http://lefteous.totalcmd.net/tc/docs/lst2clip/readme.htm#examples
One more question: In the string of the filename, I also want to use " (quote). How can I do this?
(I want to make a string like: <a href="file:///D:/Documents/File.txt">Linktext</a> )
Re: TC internal command to get file URI
And a remark: in the support page for this add-in (http://lefteous.totalcmd.net/tc/docs/lst2clip/readme.htm#examples), there is an example showing a SPACE replaced by %20%.
Well, I am a complete newbie in this... cost me some hours to find out it should be %20 (so no % at the end).
Would that be correct?