Does 'addFileArchive()' give read-only access to archive?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
carlwryker
Posts: 22
Joined: Sun Jun 12, 2016 8:03 am

Does 'addFileArchive()' give read-only access to archive?

Post by carlwryker »

Does 'addFileArchive()' give read-only access to the archive? I'm trying to save/write several xml files to a .zip archive.
Code::Blocks
mingw
Windows 10 64-bit
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Does 'addFileArchive()' give read-only access to archive

Post by hendu »

Irr has no support for writing archives.
carlwryker
Posts: 22
Joined: Sun Jun 12, 2016 8:03 am

Re: Does 'addFileArchive()' give read-only access to archive

Post by carlwryker »

Thank you!
Code::Blocks
mingw
Windows 10 64-bit
Post Reply