- FlushFileBuffers
BOOL FlushFileBuffers(HANDLE hFile)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetFileSizeEx
BOOL GetFileSizeEx(HANDLE hFile, long* lpFileSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetFileType
DWORD GetFileType(HANDLE hFile)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetFilePointerEx
BOOL SetFilePointerEx(HANDLE hFile, long liDistanceToMove, long* lpNewFilePointer, DWORD dwMoveMethod)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- sendfile
ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sysEnforce
T sysEnforce(T value, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- testFile
auto testFile(string file, size_t line)
Generates a file name for testing and attempts to delete it on
destruction.