ID3-Sync Scripting API

IMain.InsertFile Method 

Inserts file in the to-do list.

[Visual Basic]
Sub InsertFile( _
   ByVal filename As String, _
   ByVal position As Integer _
)
[C#]
void InsertFile(
   string filename,
   int position
);

Parameters

filename
Path to the file.
position
Position in the to-do list.

See Also

IMain Interface | ID3Sync.Scripting Namespace