On 8/18/15, Sam Roberts <sam at strongloop.com> wrote:
> What mechanism is used to create the temporary files?

On Unix, unlink() after open is used.

On Windows, the FILE_FLAG_DELETE_ON_CLOSE flags is used when the
temporary file is opened.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to