plistlib.writePlist(rootObject, pathOrFile)
Write rootObject to an XML plist file. pathOrFile may be either a file name or a (writable and binary) file object
Deprecated since version 3.4: Use dump()
instead.
plistlib.writePlist(rootObject, pathOrFile)
Write rootObject to an XML plist file. pathOrFile may be either a file name or a (writable and binary) file object
Deprecated since version 3.4: Use dump()
instead.
Please login to continue.