View Single Post
  #1419 (permalink)  
Old 04-14-2009, 01:44 AM
newpl's Avatar
newpl
Lurker
Offline
 
Join Date: Jan 2009
Posts: 10
Reputation: 75
newpl is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Quote:
Originally Posted by Juicy47 View Post
I'm being lazy here... is there a way for UC to remove a read only property? Also is there a way for UC to delete files?
I don't know if anyone answered this but I'm throwing in what I know.
Don't know about the read only but for deleting files with UC, I used this code for deleting the tweaks.xml file from the Diamond config util

<wap-provisioningdoc>
<characteristic type="FileOperation">
<!-- delete tweaks file in diamond config -->
<characteristic type="\Program files\Diamond TF3D Config\tweaks.xml" translation="install">
<characteristic type="Delete">
</characteristic>
</characteristic>
</characteristic>
Reply With Quote