aboutsummaryrefslogtreecommitdiff
path: root/readdir/src/readdir-help.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2006-02-02 12:49:19 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2006-02-02 12:49:19 +0000
commit0727bfcaf2bd48bf501a7fa95515c400a1996902 (patch)
tree81a3774a9601ba1242482696344f3de3e08f8f22 /readdir/src/readdir-help.pd
parent6a4001a8538862ac02714a03fedd07c3b6f79366 (diff)
initial cvs import
svn path=/trunk/externals/moocow/; revision=4536
Diffstat (limited to 'readdir/src/readdir-help.pd')
-rw-r--r--readdir/src/readdir-help.pd41
1 files changed, 41 insertions, 0 deletions
diff --git a/readdir/src/readdir-help.pd b/readdir/src/readdir-help.pd
new file mode 100644
index 0000000..c3e752c
--- /dev/null
+++ b/readdir/src/readdir-help.pd
@@ -0,0 +1,41 @@
+#N canvas 356 19 535 566 10;
+#X msg 89 227 close;
+#X msg 52 79 bang;
+#X msg 83 160 tell;
+#X obj 38 322 print dir-entry;
+#X obj 82 294 print end-of-directory;
+#X text 130 8 readdir : simple directory accessor;
+#X text 231 543 Bryan Jurish <moocow@ling.uni-potsdam.de>;
+#X text 157 46 open DIR : opens the directory DIR;
+#X text 185 75 bang : outlet next directory entry;
+#X text 185 91 next : ditto;
+#X msg 59 101 next;
+#X msg 71 137 rewind;
+#X text 173 137 rewind : return to beginning of directory;
+#X text 188 158 tell : output current position;
+#X text 146 182 seek FLOAT : goto position FLOAT;
+#X msg 86 184 seek 0;
+#X text 181 223 close : close directory;
+#X text 258 295 2nd outlet bangs at end of directory;
+#X text 260 325 Directory entries go to 1st outlet;
+#X text 39 370 Directory entries appear as messages of the form TYPE
+NAME \, where NAME is the name of the entry \, and TYPE is one of the
+following:;
+#X text 65 515 unknown : something else;
+#X text 87 419 file : regular file;
+#X text 93 434 dir : subdirectory;
+#X text 86 450 fifo : named pipe;
+#X text 85 466 sock : local-domain socket;
+#X text 71 482 chrdev : character device;
+#X text 71 498 blkdev : block device;
+#X obj 38 267 readdir;
+#X msg 39 47 open /tmp;
+#X connect 0 0 27 0;
+#X connect 1 0 27 0;
+#X connect 2 0 27 0;
+#X connect 10 0 27 0;
+#X connect 11 0 27 0;
+#X connect 15 0 27 0;
+#X connect 27 0 3 0;
+#X connect 27 1 4 0;
+#X connect 28 0 27 0;