diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2015-04-28 11:34:03 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2015-04-28 11:34:03 +0000 |
commit | b10991d475fddf3043b483dec203c00baf8e9f32 (patch) | |
tree | e6b501065a51d02957cb62826ef4b3eb76769894 /copy/copy-help.pd | |
parent | ebaabd0f2e3203be4700d01260b81c5971289c14 (diff) |
[copy] external, initial commit
svn path=/trunk/externals/postlude/; revision=17455
Diffstat (limited to 'copy/copy-help.pd')
-rw-r--r-- | copy/copy-help.pd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/copy/copy-help.pd b/copy/copy-help.pd new file mode 100644 index 0000000..cef5b57 --- /dev/null +++ b/copy/copy-help.pd @@ -0,0 +1,15 @@ +#N canvas 470 62 398 308 10; +#X obj 46 119 copy; +#X obj 46 154 sel 0 1; +#X msg 65 179 set copied; +#X msg 46 209 set failed; +#X symbolatom 46 250 10 0 0 0 - - -, f 10; +#X msg 46 62 list /source/path /destination/path; +#X text 42 21 [copy] copy file from source path to destination path +; +#X connect 0 0 1 0; +#X connect 1 0 3 0; +#X connect 1 1 2 0; +#X connect 2 0 4 0; +#X connect 3 0 4 0; +#X connect 5 0 0 0; |