I know that I can use GetFiles to get a listing of the files in a directory. However, this command seems to just return a collection of strings with the file names. What command can I use that will provide both the files' names and the types of the files, i.e., file, directory, link, etc?