I'm making a program that plays some videos and show some overlay infos. Right now I'm trying to load this video files from the same folder where my app is. Also I can't just import these files to the project because these videos will change frequently so I don't need to rebuild the app over and over.
So basically I need to load whatever videos I have in this folder and play them.
Thanks.