aboutsummaryrefslogtreecommitdiff
path: root/core/trimdirs-help.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-05-19 09:10:23 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-05-19 09:10:23 +0000
commit1fb424ead581b300e2ff9d2aba8e8e37bab294a6 (patch)
tree102c4b370c04dc1ea522e99e8f0ba4a7ac1b70f3 /core/trimdirs-help.pd
parentf2315675d0f040ee02fd1e572d829aa1979b07be (diff)
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
Diffstat (limited to 'core/trimdirs-help.pd')
-rw-r--r--core/trimdirs-help.pd24
1 files changed, 24 insertions, 0 deletions
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;