aboutsummaryrefslogtreecommitdiff
path: root/getfilenames-help.pd
blob: 1f063b4bf3c6e320bcb3fb710bac0c76f9a2805b (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
#N canvas 118 89 529 471 10;
#X msg 19 73 bang;
#X msg 28 364 bang;
#X obj 170 340 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 12 429 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 176 296 symbol /usr/*;
#X text 160 278 set pattern without no output;
#X obj 28 395 getfilenames;
#X obj 83 318 getfilenames /*;
#X obj 83 339 print;
#X obj 29 428 print;
#X msg 104 185 symbol ~/*.*;
#X text 200 236 relative paths work;
#X msg 115 237 symbol ../*;
#X text 177 163 drive letters work on ReactOS/Windows;
#X msg 90 162 symbol C:/*;
#X text 203 187 all files with a dot in your home;
#X msg 53 137 symbol %USERPROFILE%/*;
#X text 216 138 ReactOS/Windows environment variables work;
#X text 275 257 nested wildcards work on UNIX;
#X msg 132 258 symbol /var/*/*.log;
#X text 186 212 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 116 389 With no argument \, it defaults to the contents of
the folder of the current patch \, i.e. "/path/to/current/patch/*".
;
#X msg 110 212 symbol *.pd;
#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 connect 0 0 7 0;
#X connect 1 0 6 0;
#X connect 4 0 7 1;
#X connect 6 0 3 0;
#X connect 6 0 9 0;
#X connect 7 0 8 0;
#X connect 7 1 2 0;
#X connect 10 0 7 0;
#X connect 12 0 7 0;
#X connect 14 0 7 0;
#X connect 16 0 7 0;
#X connect 19 0 7 0;
#X connect 23 0 7 0;
#X connect 25 0 7 0;