i have this piece of code
string [] ImgLocation =
Directory.GetFiles(@"Assets\Cards\Pack_Classic\", " *.png",
SearchOption.TopDirectoryOnly);
it's supposed to give me the location of all the image files inside the folder.However it doesn't work at all, it just gives me 0 strings. Why is that ? The images location is : _Poker\Poker\bin\Debug\Assets\Cards\Pack_Classic