uqfoundation/pyina

need windows alternates for "sync"

Opened this issue · 0 comments

This will be a blocker as long as there is waiting for files.

There's the windows API FlushFileBuffers function, available by ctypes, and xcopy from cmd. This might be something in pywin32. Surely, there's a python implementation on windows to flush the disk cache...