Hello everyone. I'm currently developing a download manager and converter for audio and video files. Does anyone know how can I get the music file from a specific folder from my computer (I already used openfiledialog) and putting it into a listview?

e.g.
FILE NAME FILE TYPE
Born this way.mp3 MP3

Thank you!

chellemits

Member Avatar for Huntondoom
System.IO.directory.getfiles(path)

this will retrieve a list of file that are inside the givin folder then just filter out the files you dont need

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.