Reply To: How to extract the data from files dragged to the panel?

Home Forums General Programming How to extract the data from files dragged to the panel? Reply To: How to extract the data from files dragged to the panel?

#23661
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★
    for i=0,files:size()-1 do
    		file = files:getReference(i)
    		console (file)
    	end
    

    Watch out no to do files:size(), if you bypass the array size and use getReference() you will break Ctrlr, i need to fix that (i never added a safer StringArray accessor)

    Ctrlr