static byte[] dm_remote_loadBinaryFile(S computerID, S path) { ret dm_evalOnOtherMachine(computerID, "loadBinaryFile(" + quote(path) + ")"); }