Hello Assign editor by name means: file is open in PSPad into editor object is assigned existing filetab with name from parameter. It's for moment, you know your file is open, but you don't know the tab.
If you want to open file from disk into new editor, use command:
openFile(file_name: string): boolean
ed = newEditor ();
ed.openFile("D:\path\Bratislavský.csv");
--
<https://forum.pspad.com/read.php?2,72730,72732>
PSPad freeware editor https://www.pspad.com
