mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
add a link to d_type doc
This commit is contained in:
parent
a3c7359056
commit
53b3c782ef
1 changed files with 2 additions and 1 deletions
|
@ -1812,7 +1812,8 @@ struct PathData {
|
|||
// Result<MetaData> got from symlink_metadata() or metadata() based on config
|
||||
md: OnceCell<Option<Metadata>>,
|
||||
ft: OnceCell<Option<FileType>>,
|
||||
// can be used to avoid reading the metadata. Can be also called d_type
|
||||
// can be used to avoid reading the metadata. Can be also called d_type:
|
||||
// https://www.gnu.org/software/libc/manual/html_node/Directory-Entries.html
|
||||
de: Option<DirEntry>,
|
||||
// Name of the file - will be empty for . or ..
|
||||
display_name: OsString,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue