create method
The option to create a new file, or open it if it already exists.
Implementation
void create(bool create) {
_canCreate = create;
}
The option to create a new file, or open it if it already exists.
void create(bool create) {
_canCreate = create;
}