ID3-Sync Scripting API

IMain.AppendFile Method 

Appends file to the to-do list.

[Visual Basic]
Sub AppendFile( _
   ByVal filename As String _
)
[C#]
void AppendFile(
   string filename
);

Parameters

filename
Path to the file.

See Also

IMain Interface | ID3Sync.Scripting Namespace