A data.frame with metadata for each file. Columns returned are as follows.
- path
The input path, as a fs_path()
character vector.
- type
The file type, as a factor of file types.
- size
The file size, as a fs_bytes()
numeric vector.
- permissions
The file permissions, as a fs_perms()
integer vector.
- modification_time
The time of last data modification, as a POSIXct datetime.
- user
The file owner name - as a character vector.
- group
The file group name - as a character vector.
- device_id
The file device id - as a numeric vector.
- hard_links
The number of hard links to the file - as a numeric vector.
- special_device_id
The special device id of the file - as a numeric vector.
- inode
The inode of the file - as a numeric vector.
- block_size
The optimal block for the file - as a numeric vector.
- blocks
The number of blocks allocated for the file - as a numeric vector.
- flags
The user defined flags for the file - as an integer vector.
- generation
The generation number for the file - as a numeric vector.
- access_time
The time of last access - as a POSIXct datetime.
- change_time
The time of last file status change - as a POSIXct datetime.
- birth_time
The time when the inode was created - as a POSIXct datetime.