atomicExchange

Atomically exchange the given files.

version(linux)
static if(is(typeof(mixin (q{{import core.sys.linux.fs : RENAME_EXCHANGE, RENAME_NOREPLACE, RENAME_WHITEOUT;}}))))
void
atomicExchange
(
string a
,
string b
)

Meta