FileSystem entry stats
FileSystem entry stats
base_name()
: The file base name (component after the last directory
separator).
extension()
: The file extension
$type
: The file type
$path
: The full file path in the filesystem
$size
: The size in bytes, if available. Only regular files are
guaranteed to have a size.
$mtime
: The time of last modification, if available.
arrow::Object
-> FileStats
base_name()
FileStats$base_name()
extension()
FileStats$extension()
clone()
The objects of this class are cloneable with this method.
FileStats$clone(deep = FALSE)
deep
Whether to make a deep clone.