Struct vfs::path::VfsMetadata
source · pub struct VfsMetadata {
pub file_type: VfsFileType,
pub len: u64,
}Expand description
File metadata information
Fields§
§file_type: VfsFileTypeThe type of file
len: u64Length of the file in bytes, 0 for directories