[DEV] integrate the new interface of URI and file
This commit is contained in:
parent
f7a78efba4
commit
f327765a04
@ -85,7 +85,7 @@ bool ejson::internal::Document::store(const etk::Uri& _uri) {
|
|||||||
EJSON_ERROR("Can not open (r) the file : " << _uri);
|
EJSON_ERROR("Can not open (r) the file : " << _uri);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
fileIo->fileWriteAll(createData);
|
fileIo->writeAll(createData);
|
||||||
fileIo->close();
|
fileIo->close();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user