Enumeration Caseswift-nio 2.72.0_NIOFileSystem
truncate
Truncate the existing file.
OpenOptions.swift:167case truncate
Setting this is equivalent to opening a file with O_TRUNC
.
Truncate the existing file.
OpenOptions.swift:167case truncate
Setting this is equivalent to opening a file with O_TRUNC
.