D
David Vlad
In the program Im making I need to read some wma files into a variable
and I did like this:
songs = Dir.glob("C:\\Users\\Public\\Music\\Sample Music\\*.wma")
Note that this is NOT the wrong directory, I've copy pasted it from the
map itself and also the files are wma and nothing else. My programming
teacher has no idea why this dosnt work and the other ppl I've talked
with dosnt know either. Most said something like "aside from a simple
mistake like wrong directory/extension, I don't know what could be going
wrong." So now this forum is my last resort, why on earth dosnt this
work?!
and I did like this:
songs = Dir.glob("C:\\Users\\Public\\Music\\Sample Music\\*.wma")
Note that this is NOT the wrong directory, I've copy pasted it from the
map itself and also the files are wma and nothing else. My programming
teacher has no idea why this dosnt work and the other ppl I've talked
with dosnt know either. Most said something like "aside from a simple
mistake like wrong directory/extension, I don't know what could be going
wrong." So now this forum is my last resort, why on earth dosnt this
work?!