- Home /
find and print all file with extension *.test
hello.. how to find and print all files with extension *.test i want to find the file in unity path.
Comment
Best Answer
Answer by yosh 1 · Feb 15, 2011 at 09:10 AM
i got it
string[] filePaths = Directory.GetFiles(Application.dataPath + "/", "*.test");
thank you..
Your answer
Follow this Question
Related Questions
How to supress a # into a path string 1 Answer
how to find no file exists? 2 Answers
OBB. How I can access files in OBB? 0 Answers