/usr/lib/pd/extra/AutoPreset/apmasterfile.pd is in pd-autopreset 0.10-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #N canvas 655 108 315 230 10;
#X declare -lib libdir -lib ggee -stdpath ggee;
#X obj 25 158 s \$1-apmaster-rcv;
#X obj 25 79 getdir 1;
#X obj 25 103 list append \$2;
#X msg 25 132 loadfile \$1/\$2;
#X obj 25 58 inlet load;
#X obj 157 158 s \$1-apmaster-rcv;
#X obj 157 79 getdir 1;
#X obj 157 103 list append \$2;
#X obj 157 58 inlet save;
#X msg 157 132 savefile \$1/\$2;
#X text 16 2 usage : apmasterfile Ref filename;
#X text 16 24 File utility for apmaster.;
#X obj 5 192 declare -lib libdir -lib ggee -stdpath ggee;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 3 0 0 0;
#X connect 4 0 1 0;
#X connect 6 0 7 0;
#X connect 7 0 9 0;
#X connect 8 0 6 0;
#X connect 9 0 5 0;
|