aboutsummaryrefslogtreecommitdiff
path: root/folder_list-help.pd
blob: e16024ad05b1fb3c2c11a4152be432272149728d (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
54
55
56
57
58
59
60
61
62
63
64
65
#N canvas 536 89 536 571 10;
#X msg 19 53 bang;
#X msg 101 323 bang;
#X obj 64 280 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 85 388 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 176 235 symbol /usr/*;
#X text 51 56 list current directory;
#X text 160 217 set pattern without no output;
#X obj 101 354 folder_list;
#X obj 83 257 folder_list /*;
#X obj 83 278 print;
#X text 65 39 left/hot inlet gives immediate output using stored path
;
#X text 49 301 For UNIX people \, [folder_list] behaves just like "ls
-d1A";
#X obj 102 387 print;
#X msg 91 126 symbol ~/*.*;
#X text 153 384 WARNING: the default will change in the future!;
#X msg 97 153 symbol *;
#X text 187 177 relative paths work;
#X msg 102 178 symbol ../*;
#X obj 51 440 getdir;
#X obj 51 482 folder_list;
#X msg 51 420 bang;
#X obj 51 504 print;
#X obj 51 460 makefilename %s/*;
#X symbolatom 186 456 0 0 0 0 - - -;
#X symbolatom 186 476 0 0 0 0 - - -;
#X text 128 425 What's in the same folder as this patch?;
#X text 164 104 drive letters work on ReactOS/Windows;
#X msg 77 103 symbol C:/*;
#X text 190 128 all files with a dot in your home;
#X msg 40 78 symbol %USERPROFILE%/*;
#X text 203 79 ReactOS/Windows environment variables work;
#X text 186 353 defaults to your home folder;
#X text 267 200 nested wildcards work on UNIX;
#X msg 119 199 symbol /var/*/*.log;
#X text 30 5 Get a listing of files based on a wildcard pattern. On
UNIX \, it follows glob rules \, on Windows it follows the cmd.exe
rules.;
#X text 165 152 patterns default to path that Pd launched from;
#X text 274 541 released under the GNU GPL;
#X text 57 527 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
;
#X connect 0 0 8 0;
#X connect 1 0 7 0;
#X connect 4 0 8 1;
#X connect 7 0 3 0;
#X connect 7 0 12 0;
#X connect 8 0 2 0;
#X connect 8 0 9 0;
#X connect 13 0 8 0;
#X connect 15 0 8 0;
#X connect 17 0 8 0;
#X connect 18 0 22 0;
#X connect 18 0 23 0;
#X connect 19 0 21 0;
#X connect 20 0 18 0;
#X connect 22 0 19 0;
#X connect 22 0 24 0;
#X connect 27 0 8 0;
#X connect 29 0 8 0;
#X connect 33 0 8 0;