aboutsummaryrefslogtreecommitdiff
path: root/getfilenames-help.pd
blob: ca2759b4a9d2adc7d0116ad5aec97948fae303a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#N canvas 341 57 529 471 10;
#X msg 19 73 bang;
#X msg 29 387 bang;
#X obj 172 363 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 12 435 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 29 409 getfilenames;
#X obj 85 341 getfilenames /*;
#X obj 85 362 print;
#X obj 29 434 print;
#X text 234 259 relative paths work;
#X text 211 186 drive letters work on ReactOS/Windows;
#X text 237 210 all files with a dot in your home;
#X text 263 161 ReactOS/Windows environment variables work;
#X text 309 280 nested wildcards work on UNIX;
#X text 220 235 patterns default to path that Pd launched from;
#X text 8 5 Get a listing of files based on a wildcard pattern. On
UNIX \, it follows glob rules \, on ReactOS/Windows it follows the
cmd.exe rules.;
#X text 117 403 With no argument \, it defaults to the contents of
the folder of the current patch \, i.e. "/path/to/current/patch/*".
;
#X text 54 73 get next file;
#X msg 34 99 rewind;
#X text 81 98 go back to the beginning of the file list;
#X obj 51 128 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 1000 1;
#X text 186 128 or choose by position;
#X floatatom 62 149 5 0 0 0 - - -;
#X msg 149 260 symbol ../*;
#X msg 178 319 symbol /usr/*;
#X msg 166 281 symbol /var/*/*.log;
#X msg 144 235 symbol *.pd;
#X msg 138 208 symbol ~/*.*;
#X msg 124 185 symbol C:/*;
#X msg 100 160 symbol %USERPROFILE%/*;
#X connect 0 0 5 0;
#X connect 1 0 4 0;
#X connect 4 0 3 0;
#X connect 4 0 7 0;
#X connect 5 0 6 0;
#X connect 5 1 2 0;
#X connect 17 0 5 0;
#X connect 19 0 5 0;
#X connect 19 0 21 0;
#X connect 22 0 5 1;
#X connect 23 0 5 1;
#X connect 24 0 5 1;
#X connect 25 0 5 1;
#X connect 26 0 5 1;
#X connect 27 0 5 1;
#X connect 28 0 5 1;