TRUNCATE_EXISTING top-level constant

int const TRUNCATE_EXISTING

Opens a file and truncates it so that its size is zero bytes, only if it exists.

Implementation

const TRUNCATE_EXISTING = 5;