Get a list of the files in a directory
String_Type[] listdir (String_Type dir)
The listdir function returns the directory listing of all the files in the specified directory dir as an array of strings. It does not return the special files ".." and "." as part of the list.