[DEV] integrate the new interface of URI and file

This commit is contained in:
Edouard DUPIN 2018-09-24 23:26:06 +02:00
parent f7a78efba4
commit f327765a04

View File

@ -85,7 +85,7 @@ bool ejson::internal::Document::store(const etk::Uri& _uri) {
EJSON_ERROR("Can not open (r) the file : " << _uri);
return false;
}
fileIo->fileWriteAll(createData);
fileIo->writeAll(createData);
fileIo->close();
return true;
}