ID3-Sync Scripting API

IMain.AppendFilesInDir Method 

Appends .mp3 and .ogg files in a directory and its subdirectories the to-do list.

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

Parameters

dirname
Path to the folder.

See Also

IMain Interface | ID3Sync.Scripting Namespace