FILE_FLAG_DELETE_ON_CLOSE top-level constant Null safety
The file is to be deleted immediately after all of its handles are closed, which includes the specified handle and any other open or duplicated handles.
Implementation
const FILE_FLAG_DELETE_ON_CLOSE = 0x04000000;