mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-14 13:25:03 +02:00
FileFullEAInformation: Added Entries property
This commit is contained in:
parent
70ead847fb
commit
cd048bfbf7
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@ namespace SMBLibrary
|
||||||
WriteList(buffer, offset, m_entries);
|
WriteList(buffer, offset, m_entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<FileFullEAEntry> Entries
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return m_entries;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public override FileInformationClass FileInformationClass
|
public override FileInformationClass FileInformationClass
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue