hhoefling:
--------------------------------------------------------------------------------
By the way

I use JScript in another Context...
..There i must double the "\" -> "\"

sample:
cite:
--------------------------------------------------------------------------------
this.filename =  GetFFPathEx(1) + "\" + name + ".log"; 
--------------------------------------------------------------------------------


your can try:

cite:
--------------------------------------------------------------------------------
ed.openFile("D:\path\Bratislavský.csv");
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


I have tried it. With plain string it works well. But I need change filename
dynamically. When I tried to use concatenation or template literal it went
wrong. :-/


ed.assignEditorByName("D:\path\" + filename + ".csv");
ed.assignEditorByName("D:\path\${filename}.csv");


-- 
<https://forum.pspad.com/read.php?2,72730,72746>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem