Skip to content

WIP:Add _dbus_file_copy(), for use in tests

Ralf Habacker requested to merge rhabacker/dbus:dbus-file-api-fixes into master

This mr adds a new convenience function dbus_file_copy() to the dbus code base for copying a file to another location. It can be useful for creating test applications or can be used by platform independent tools to replace the shell scripts currently designed for Unix like OS.

Edited by Ralf Habacker

Merge request reports