A data.frame with metadata for each file. Columns returned are as follows.
pathThe input path, as a fs_path()
character vector.
typeThe file type, as a factor of file types.
sizeThe file size, as a fs_bytes()
numeric vector.
permissionsThe file permissions, as a fs_perms()
integer vector.
modification_timeThe time of last data modification, as a POSIXct datetime.
userThe file owner name - as a character vector.
groupThe file group name - as a character vector.
device_idThe file device id - as a numeric vector.
hard_linksThe number of hard links to the file - as a numeric vector.
special_device_idThe special device id of the file - as a numeric vector.
inodeThe inode of the file - as a numeric vector.
block_sizeThe optimal block for the file - as a numeric vector.
blocksThe number of blocks allocated for the file - as a numeric vector.
flagsThe user defined flags for the file - as an integer vector.
generationThe generation number for the file - as a numeric vector.
access_timeThe time of last access - as a POSIXct datetime.
change_timeThe time of last file status change - as a POSIXct datetime.
birth_timeThe time when the inode was created - as a POSIXct datetime.