Jump to content

XML file Permission


harshpandya

Recommended Posts

Hi all, I have XML file, which has read only permission and I want to make modification in it. Solution1: Can i open the file save it as same name and then overrite itWhat else i can do to get my modification done without changing the file name and permission. Please Help, Thanks, Harsh

Link to comment
Share on other sites

Solution1: Can i open the file save it as same name and then overrite it
No, can't overwrite a read only file.
What else i can do to get my modification done without changing the file name and permission.
Nothing, anything else would be akin to hack, and unless the system is not secure, you won't be able to do it.Read only is used to do specially what you described, you can copy it and then modify it under another name (but the initial file will be left unchanged) or change the file permission, make your changes, and get it back to read only.This is hardly related to XML, and more related to your OS.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...