Hi, i have here a LinkList:
Structure Lieder
MP3NAME.s ;Name
MP3FILE.s ;Path
EndStructure
NewList MP3Lied.Lieder()
This List save the Name of the MP3 and the Path.
I have a WCB, whit this WCB i can move Items in a ListIconGadget:
Global IsDraging, DragImageList, SourceGadget, SourceItem ...