Hi,

I use AutoHotkey to call an Autoit macro when I press a certain key, to accomplish a set of pre-defined tasks for editing my SRT file.

The macro needs to know the full path of the file, to be able to read it and find certain keywords on it and perform specific actions on these words.

I used to parse the Windows title, but with the latest release, the path is no longer shown.

I see "test.srt" intead of "d:\mysubs\test.srt" for example, and my Autoit macro has no way to know the "d:\mysubs" part.

Is there a way or an option to make Subtitle Edit show the full path again?