mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-16 08:42:49 -05:00
sys: create: overwrite EA support
This commit is contained in:
@ -460,6 +460,9 @@ namespace memfs
|
||||
FileNodeMap.Remove(StreamNode);
|
||||
}
|
||||
|
||||
SortedDictionary<String, EaValueData> EaMap = FileNode.GetEaMap(false);
|
||||
if (null != EaMap)
|
||||
EaMap.Clear();
|
||||
if (IntPtr.Zero != Ea)
|
||||
{
|
||||
Result = SetEa(FileNode, null, Ea, EaLength);
|
||||
|
Reference in New Issue
Block a user