practicing01
Hello, the size of the results is 0 when running ScanDir on android but the right size when ran on linux. Am I doing something wrong? Thanks for any help.
Vector<String> files;
main_->filesystem_->ScanDir(files,
main_->filesystem_->GetProgramDir() + "Data/Urho2D/" + name + "/animations/",
"*", SCAN_FILES, false);