CREATE_NEW top-level constant

  1. @Deprecated('Use FILE_CREATION_DISPOSITION.CREATE_NEW instead')
int const CREATE_NEW

Creates a new file, only if it does not already exist.

Implementation

@Deprecated('Use FILE_CREATION_DISPOSITION.CREATE_NEW instead')
const CREATE_NEW = 1;