I've got a question. I want to save all TXT Files of a directory in an Array. But how should I do it ?
System.IO.File[] files = System.IO.File(DESKTOP_PATH);
(...) doesn't work. Can anyone help me? How do I search for ONLY TXT files ?
Greetings from the US