Hi,
I’m trying to modify file like this:
- xml->writeTo(file, {});
or like this - file.replaceWithText(xml.release()->toString());
Both options update the date of creation of this file.
Are there any ways how to update the content of the file without changing the date of creation?
Thanks