Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
use QM to quickly modify the keys and values ​​in a plist file
#3
this is just a basic how to   load the file into qm using IXml

Code:
Copy      Help
IXml x._create
x.FromFile("$desktop$\plist_file\file.plist")
str s
x.ToString(s) ;;compose xml string from loaded file and send to output
out s


Messages In This Thread
RE: use QM to quickly modify the keys and values ​​in a plist file - by Kevin - 08-20-2018, 12:42 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)