adding query for FileInternalInformation infoclass
this query asks for a file index which is unique identifier for a file which we can satisfy from file attribute called "fileid"
This commit is contained in:
parent
6aab42a4b5
commit
b9e369fac6
7 changed files with 20 additions and 15 deletions
|
|
@ -294,6 +294,7 @@ static void copy_attrs(
|
|||
dst->type = src->type;
|
||||
dst->numlinks = src->numlinks;
|
||||
dst->mode = src->mode;
|
||||
dst->fileid = src->fileid;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue