truncate method
The option for truncating a previous file. Needs write access to work
Implementation
void truncate(bool truncate) {
_willTruncate = truncate;
}
The option for truncating a previous file. Needs write access to work
void truncate(bool truncate) {
_willTruncate = truncate;
}