Gets a file by its index from the to-do list.
[Visual Basic]
Function GetFile( _
ByVal
index As
Integer _
) As
String
Parameters
-
index
- Index of the file in the to-do list.
Return Value
Path to the file.
See Also
IMain Interface | ID3Sync.Scripting Namespace