To give some context, I am letting the user drag files of his choice (as many as he'd like) to a folder that my program reads. How can my program find those files and reference them?
I am only looking for a function that does like following: getUnknownFile(int index)
to return the file name or destination.
-Thanks