Inserts file in the to-do list.
[Visual Basic]
Sub InsertFile( _
ByVal
filename As
String, _
ByVal
position As
Integer _
)
Parameters
-
filename
- Path to the file.
-
position
- Position in the to-do list.
See Also
IMain Interface | ID3Sync.Scripting Namespace