SynWrite Wiki
Advanced text editor for programmers and Notepad replacement.
Brought to you by:
alexey_t,
matthias030
This action can be called by plugin to retrieve path of opened files in editor.
Parameters:
cSynMaxPath
characters in size.cSynIdCurrentFile
(negative) - current editor file;cSynIdOppositeFile
(negative) - current file in opposite SW view; Return value is cSynOK
if file with given id exists, or cSynError
otherwise.
For no-named tabs, return value will be cSynOK
and buffer will contain an empty string.