FILE_FLAG_DELETE_ON_CLOSE top-level constant
- @Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_DELETE_ON_CLOSE instead')
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;