Suppose I have a directory which contains .mp3
and .ini
files I want my program to select all the files with .mp3
and play them. Not as separate files but all at once means that when normally you select a few songs and play, it would create a playlist inside your default player. I want to do that.
Any help would be appreciated
Note from comment:
I know how to list all of the items. What I want to know is how to play all of them so that it creates a playlist of them so that when the first one finishes the second one automatically plays.
or How can i enter a folder click ctrl a and hit enter without it actually showing on the screen?
This could solve my problem