file's in a folder

I would like to know if there is a way to get the names of all the files in a folder to an array?
The files are xml files
if anyone has info plz let me know

The System.IO.Directory class from the .NET library is included with Unity. You can use this to extract the contents of directories, among other things.