FileNames
FileNames( )returns a list with the filenames in the current working folder..
FileNames(string-pattern)'returns a list with the filenames in the current working folder that matches with
string-pattern.
Examples
>> FileNames()
>> FileNames("*.m")