mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -05:00
passthrough-dotnet: FlushAndPurgeOnCleanup
This commit is contained in:
parent
25f627f36f
commit
4756ee2d8a
@ -311,6 +311,7 @@ namespace passthrough
|
|||||||
Host.PersistentAcls = true;
|
Host.PersistentAcls = true;
|
||||||
Host.PostCleanupWhenModifiedOnly = true;
|
Host.PostCleanupWhenModifiedOnly = true;
|
||||||
Host.PassQueryDirectoryPattern = true;
|
Host.PassQueryDirectoryPattern = true;
|
||||||
|
Host.FlushAndPurgeOnCleanup = true;
|
||||||
Host.VolumeCreationTime = (UInt64)File.GetCreationTimeUtc(_Path).ToFileTimeUtc();
|
Host.VolumeCreationTime = (UInt64)File.GetCreationTimeUtc(_Path).ToFileTimeUtc();
|
||||||
Host.VolumeSerialNumber = 0;
|
Host.VolumeSerialNumber = 0;
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user