Update of /cvsroot/pure-data/externals/hcs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10261
Modified Files: split_path-help.pd Log Message: added another example
Index: split_path-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/split_path-help.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** split_path-help.pd 28 Apr 2006 23:01:55 -0000 1.2 --- split_path-help.pd 22 Nov 2006 02:26:42 -0000 1.3 *************** *** 1,18 **** ! #N canvas 0 22 458 308 10; ! #X obj 111 201 split_path; ! #X symbolatom 111 261 0 0 0 3 path - -; ! #X symbolatom 175 225 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; ! #X obj 95 221 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; ! #X obj 159 220 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; ! #X msg 152 167 symbol /path/to/too/many//////slashes; ! #X text 213 283 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; #X connect 0 0 1 0; #X connect 0 0 4 0; --- 1,19 ---- ! #N canvas 0 22 479 355 10; ! #X obj 111 221 split_path; ! #X symbolatom 111 281 0 0 0 3 path - -; ! #X symbolatom 175 245 0 0 0 3 filename - -; #X msg 31 20 symbol just-a-file.pd; ! #X obj 95 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; ! #X obj 159 240 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 139 102 symbol relative-path/; #X text 302 102 <-- note trailing /; ! #X msg 152 156 symbol /path/to/too/many//////slashes; ! #X text 213 303 ^-- always ends without a /; #X msg 76 46 symbol /path/to/just-a-file.pd; #X msg 118 78 symbol no-trailing-slash; #X msg 146 131 symbol ../another/relative/path/to/file.pd; + #X msg 154 179 symbol /path/with/trailing/slash/; #X connect 0 0 1 0; #X connect 0 0 4 0; *************** *** 25,26 **** --- 26,28 ---- #X connect 11 0 0 0; #X connect 12 0 0 0; + #X connect 13 0 0 0;