I need to create a workflow that will generate a list of files in a given filepath (ex. C:\\My Documents) that gives me the full file path, file name, extension, and size at minimum. I'd also like to be able to retrieve, if possible, original creator and last date modified.
I need to be able to change the file path as needed, and generate an output that can then be utilized in both statistics and metadata review/extrapolation for other projects.
I've played around with a few options, but haven't found the right combination. Any ideas?