QueueFile
Syntax
QueueFile(file)
Description
Adds a track to the end of the playlist. To add a track in the middle of a playlist, see InsertPlaylistFile.
Parameters and Remarks
file the full path of the track to add to the playlist.
Examples
JScript
winamp.QueueFile("c:\\track1.mp3");