fixin Posted November 9, 2011 Report Posted November 9, 2011 Can i transfer file c:\Users\User\AppData\Roaming\uTorrent\resume.dat to XML and back?I want to automatic change file pathes.... f.e.
DreadWingKnight Posted November 9, 2011 Report Posted November 9, 2011 No. If you want to do mass-edits to it, use the bencode editor.
fixin Posted November 9, 2011 Author Report Posted November 9, 2011 No. If you want to do mass-edits to it, use the bencode editor.I want to use a programming automatic mass-edit, not manual...
DreadWingKnight Posted November 9, 2011 Report Posted November 9, 2011 Then build something around bencode (the format of the resume.dat) and don't try to convert it to a format that won't work with the data stored in it.
fixin Posted November 10, 2011 Author Report Posted November 10, 2011 Then build something around bencode (the format of the resume.dat) and don't try to convert it to a format that won't work with the data stored in it.XML also can store binary data in encoded format. By a way, binary data is not very big - its only small hashes....But XML is more easy for working with any program tools, because its text format.bencode is binary... its difficult to work with binary.
DreadWingKnight Posted November 10, 2011 Report Posted November 10, 2011 Only if you make it difficult.
fixin Posted November 10, 2011 Author Report Posted November 10, 2011 Only if you make it difficult.f.e. WInamp can imports its binary database to XML.XML is more easy format for work, especcialy on script languages...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.