From 1fb424ead581b300e2ff9d2aba8e8e37bab294a6 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Mon, 19 May 2008 09:10:23 +0000 Subject: added most missing helpfiles, deleted clearconsole since it's built in and cursormon since HCS already made it elsewhere svn path=/trunk/abstractions/senderfruit/; revision=9854 --- core/trimdirs-help.pd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 core/trimdirs-help.pd (limited to 'core/trimdirs-help.pd') diff --git a/core/trimdirs-help.pd b/core/trimdirs-help.pd new file mode 100644 index 0000000..7fa1027 --- /dev/null +++ b/core/trimdirs-help.pd @@ -0,0 +1,24 @@ +#N canvas 0 22 496 364 10; +#X msg 91 47 /Users/Me/Pd/Synths; +#X obj 91 163 prepent set; +#X obj 171 163 prepent set; +#X text 26 251 Trims the last [n] directories from the end of a path. +; +#X text 27 265 With [trimdirs 1] \, /Users/Me/Pd/Synths becomes /Users/Me/Pd +; +#X text 26 279 Handles spaces just fine.; +#X text 351 309 Luke Iannini 2008; +#X text 351 321 proyekto.net; +#X text 26 293 No/0 argument passes input through unchanged; +#X obj 91 130 trimdirs 1; +#X obj 171 130 trimdirs 2; +#X obj 136 91 symbol; +#X msg 171 195; +#X msg 91 195; +#X connect 0 0 11 0; +#X connect 1 0 13 0; +#X connect 2 0 12 0; +#X connect 9 0 1 0; +#X connect 10 0 2 0; +#X connect 11 0 9 0; +#X connect 11 0 10 0; -- cgit v1.2.1