ID3-Sync Scripting API

IMain.GetFile Method 

Gets a file by its index from the to-do list.

[Visual Basic]
Function GetFile( _
   ByVal index As Integer _
) As String
[C#]
string GetFile(
   int index
);

Parameters

index
Index of the file in the to-do list.

Return Value

Path to the file.

See Also

IMain Interface | ID3Sync.Scripting Namespace