Project

General

Profile

Scripting Files Folders » History » Version 12

Per Amundsen, 01/17/2018 07:20 PM

1 1 Per Amundsen
{{>toc}}
2
3 7 Per Amundsen
h1. File/Folder Handling
4 1 Per Amundsen
5 9 Per Amundsen
h2(box). /fopen
6
7
{{include(/fopen)}}
8
9
h2(box). /fclose
10
11
{{include(/fclose)}}
12
13
h2(box). /flist 
14
15
{{include(/flist )}}
16
17
h2(box). /fseek
18
19
{{include(/fseek)}}
20
21 8 Per Amundsen
h2(box). /write
22
23
{{include(/write)}}
24
25
h2(box). /filter
26
27
{{include(/filter)}}
28
29
h2(box). /loadbuf
30
31 11 Per Amundsen
{{include(/loadbuf}}}
32 8 Per Amundsen
33
h2(box). /savebuf
34
35 12 Per Amundsen
{{include(/savebuf}}}
36 8 Per Amundsen
37 10 Per Amundsen
h2(box). /copy
38
39 12 Per Amundsen
{{include(/copy}}}
40 10 Per Amundsen
41
h2(box). /rename
42
43 12 Per Amundsen
{{include(/rename}}}
44 10 Per Amundsen
45
h2(box). /remove
46
47 12 Per Amundsen
{{include(/remove}}}
48 10 Per Amundsen
49
h2(box). /rmdir
50
51 12 Per Amundsen
{{include(/rmdir}}}
52 10 Per Amundsen
53
h2(box). /mkdir
54
55 12 Per Amundsen
{{include(/mkdir}}}
56 10 Per Amundsen
57
h2(box). /paths
58
59 12 Per Amundsen
{{include(/paths}}}
60 10 Per Amundsen
61
h2(box). /run
62
63 12 Per Amundsen
{{include(/run}}}
64 10 Per Amundsen
65 1 Per Amundsen
h2(box). $crc
66
67
{{include($crc)}}
68
69
h2(box). $exists
70
71
{{include($exists)}}
72
73
h2(box). $file
74
75
{{include($file)}}
76
77
h2(box). $finddir
78
79
{{include($finddir)}}
80
81
h2(box). $findfile
82
83
{{include($findfile)}}
84
85
h2(box). $getdir
86
87
{{include($getdir)}}
88
89
h2(box). $isdir
90
91
{{include($isdir)}}
92
93
h2(box). $isfile
94
95
{{include($isfile)}}
96
97
h2(box). $lines
98
99
{{include($lines)}}
100
101
h2(box). $logdir
102
103
{{include($logdir)}}
104
105
h2(box). $longfn
106
107
{{include($longfn)}}
108
109
h2(box). $shortfn
110
111
{{include($shortfn}}
112
113
h2(box). $mircexe
114
115
{{include($mircexe)}}
116
117
h2(box). $adiircexe
118
119
{{include($adiircexe)}}
120
121
h2(box). $mircini
122
123
{{include($mircini)}}
124
125
h2(box). $adiircini
126
127
{{include($adiircini)}}
128
129
h2(box). $mircdir
130
131
{{include($mircdir)}}
132
133
h2(box). $adiircdir
134
135
{{include($adiircdir)}}
136
137 4 Per Amundsen
h2(box). $scriptdir
138 3 Per Amundsen
139 4 Per Amundsen
{{include($scriptdir)}}
140 3 Per Amundsen
141 6 Per Amundsen
h2(box). $mkfn
142
143
{{include($mkfn)}}
144
145 1 Per Amundsen
h2(box). $mklogfn
146
147
{{include($mklogfn)}}
148 6 Per Amundsen
149
h2(box). $mknickfn
150
151
{{include($mknickfn)}}
152 1 Per Amundsen
153
h2(box). $msfile
154
155 2 Per Amundsen
{{include($msfile)}}
156 1 Per Amundsen
157
h2(box). $nofile
158
159 2 Per Amundsen
{{include($nofile)}}
160 1 Per Amundsen
161
h2(box). $nopath
162
163 2 Per Amundsen
{{include($nopath)}}
164 1 Per Amundsen
165
h2(box). $read
166
167 2 Per Amundsen
{{include($read)}}
168 1 Per Amundsen
169
h2(box). $readn
170
171 2 Per Amundsen
{{include($readn)}}
172 1 Per Amundsen
173
h2(box). $sdir
174
175 2 Per Amundsen
{{include($sdir)}}
176 1 Per Amundsen
177
h2(box). $sfile
178
179 2 Per Amundsen
{{include($sfile)}}
180 1 Per Amundsen
181
h2(box). $sysdir
182
183 2 Per Amundsen
{{include($sysdir)}}
184 9 Per Amundsen
185
h2(box). $fopen
186
187
{{include($fopen)}}
188
189
h2(box). $fread
190
191
{{include($fread)}}
192
193
h2(box). $fgetc
194
195
{{include($fgetc)}}
196
197
h2(box). $feof
198
199
{{include($feof)}}
200
201
h2(box). $ferr
202
203
{{include($ferr)}}