I try to write a GUI for dd copy.
The problem I have is, I have no Idea how to write the file path of the source if it has a space in it.
The normal path is "/my image.img" of couse in terminal if have to write "/my\ image.img"
But both doesn't work if I use it in my code.
Code: Select all
RunProgram("/bin/dd", "if=/my\ image.img of=/dev/disk1 bs=1m", "", #PB_Program_OpenThanks


