Can i Write to Embedded Resource Text File?
im stucking with Writing to Text Fi开发者_JAVA技巧le in the Resource, i can read from the specified file, but cant write, its says Stream is not writeable. there is any way to fix it ? i do it for my program builder, thanks in advice!
You can not write the the application bundle, pick another location, perhaps the Documents directory on iOS or the Application Support directory in OSX.
On iOS the resource bundle is also signed, another reason writing to it is not allowed.
精彩评论