file information in data.frame format

fileInfo(fileList, ...)

Arguments

fileList

character vector with one or more file paths.

Value

data.frame with file information, including "filename" and "size" as additional colnames as compared to file.info() output.

Details

This function is a minor extension to file.info() in that it adds the filename as a proper colname, and "size" which contains a text file size.