You should be able to
https://stat.ethz.ch/R-manual/R-devel/library/base/html/file.info.html
Who knew something as simple as this would work?
details=file.info(list.files("C://",full.names = TRUE,recursive = TRUE ))
(i'm just checking to see if it throws its shit on the walls when I look in the drive I actually want it to)
@Chalfie started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
You should be able to
https://stat.ethz.ch/R-manual/R-devel/library/base/html/file.info.html