FILE_FLAG_DELETE_ON_CLOSE top-level constant

  1. @Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_DELETE_ON_CLOSE instead')
int const FILE_FLAG_DELETE_ON_CLOSE

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

@Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_DELETE_ON_CLOSE instead')
const FILE_FLAG_DELETE_ON_CLOSE = 0x04000000;