Opening file that contains apostrophs in name
Posted: 04 Jun 2014 22:47
Code: Select all
m = libvlc_media_new_path(inst, "D:\\12. I Don’t Care (Feat. Maejor Ali).mp3");
Discussion and support for VLC media player and friends
http://forum.videolan.org/
Code: Select all
m = libvlc_media_new_path(inst, "D:\\12. I Don’t Care (Feat. Maejor Ali).mp3");
Thank you! But i solved this by converting name of file to UTF-8URLEncode it.