IMain.CurrentFile Property
The file currently selected for editing.
[Visual Basic]
Property CurrentFile As
String
[C#]
string CurrentFile {get;}
Remarks
If no files are selected this is the topmost file from the to-do list. Returns null if the to-do list is empty.
See Also
IMain Interface | ID3Sync.Scripting Namespace