Multi Commander > Support and Feedback

Copying path to clipboard with forward slashes

(1/3) > >>

karthik:
When we do a Ctrl+P, it copies the entire path to clipboard with backward slashes like C:\Users\Karthik\.. etc. Is there a way to copy the path with forward slashes like this C:/Users/Karthik/...

Since I am using this path in unix machines, having forward slashes will help greatly instead of me doing a find replace everytime.

Thanks.

Jungle:
MultiScript?

karthik:
Any pointers on how I could start?

Jungle:

--- Quote from: karthik on January 18, 2013, 09:33:13 ---Any pointers on how I could start?
--- End quote ---
Multi Commander Documentation > User Defined Commands and Scripting

karthik:
I tried the following but doesn't seem to work:

@var $arr GetSelectedPaths();
LogDump($arr);
$arr = StrReplace($arr, "\" , "/");
SetClipboardText($arr);

In general, how do I debug a script. Where does the LogDump dump the output?

Navigation

[0] Message Index

[#] Next page

Go to full version