Project

General

Profile

Scripting Files Folders » History » Version 7

Per Amundsen, 02/26/2017 02:20 PM

1 1 Per Amundsen
{{>toc}}
2
3 7 Per Amundsen
h1. File/Folder Handling
4 1 Per Amundsen
5
h2(box). $crc
6
7
{{include($crc)}}
8
9
h2(box). $exists
10
11
{{include($exists)}}
12
13
h2(box). $file
14
15
{{include($file)}}
16
17
h2(box). $finddir
18
19
{{include($finddir)}}
20
21
h2(box). $findfile
22
23
{{include($findfile)}}
24
25
h2(box). $getdir
26
27
{{include($getdir)}}
28
29
h2(box). $isdir
30
31
{{include($isdir)}}
32
33
h2(box). $isfile
34
35
{{include($isfile)}}
36
37
h2(box). $lines
38
39
{{include($lines)}}
40
41
h2(box). $logdir
42
43
{{include($logdir)}}
44
45
h2(box). $longfn
46
47
{{include($longfn)}}
48
49
h2(box). $shortfn
50
51
{{include($shortfn}}
52
53
h2(box). $mircexe
54
55
{{include($mircexe)}}
56
57
h2(box). $adiircexe
58
59
{{include($adiircexe)}}
60
61
h2(box). $mircini
62
63
{{include($mircini)}}
64
65
h2(box). $adiircini
66
67
{{include($adiircini)}}
68
69
h2(box). $mircdir
70
71
{{include($mircdir)}}
72
73
h2(box). $adiircdir
74
75
{{include($adiircdir)}}
76
77 4 Per Amundsen
h2(box). $scriptdir
78 3 Per Amundsen
79 4 Per Amundsen
{{include($scriptdir)}}
80 3 Per Amundsen
81 6 Per Amundsen
h2(box). $mkfn
82
83
{{include($mkfn)}}
84
85 1 Per Amundsen
h2(box). $mklogfn
86
87
{{include($mklogfn)}}
88 6 Per Amundsen
89
h2(box). $mknickfn
90
91
{{include($mknickfn)}}
92 1 Per Amundsen
93
h2(box). $msfile
94
95 2 Per Amundsen
{{include($msfile)}}
96 1 Per Amundsen
97
h2(box). $nofile
98
99 2 Per Amundsen
{{include($nofile)}}
100 1 Per Amundsen
101
h2(box). $nopath
102
103 2 Per Amundsen
{{include($nopath)}}
104 1 Per Amundsen
105
h2(box). $read
106
107 2 Per Amundsen
{{include($read)}}
108 1 Per Amundsen
109
h2(box). $readn
110
111 2 Per Amundsen
{{include($readn)}}
112 1 Per Amundsen
113
h2(box). $sdir
114
115 2 Per Amundsen
{{include($sdir)}}
116 1 Per Amundsen
117
h2(box). $sfile
118
119 2 Per Amundsen
{{include($sfile)}}
120 1 Per Amundsen
121
h2(box). $sysdir
122
123 2 Per Amundsen
{{include($sysdir)}}
124 1 Per Amundsen
125
h2(box). /write
126
127 2 Per Amundsen
{{include(/write)}}