Project

General

Profile

Scripting Files Folders » History » Version 4

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

1 1 Per Amundsen
{{>toc}}
2
3
h1. File/Folder Manipulation
4
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). $mididir
54
55
h2(box). $mircexe
56
57
{{include($mircexe)}}
58
59
h2(box). $adiircexe
60
61
{{include($adiircexe)}}
62
63
h2(box). $mircini
64
65
{{include($mircini)}}
66
67
h2(box). $adiircini
68
69
{{include($adiircini)}}
70
71
h2(box). $mircdir
72
73
{{include($mircdir)}}
74
75
h2(box). $adiircdir
76
77
{{include($adiircdir)}}
78
79 4 Per Amundsen
h2(box). $scriptdir
80 3 Per Amundsen
81 4 Per Amundsen
{{include($scriptdir)}}
82 3 Per Amundsen
83 1 Per Amundsen
h2(box). $mklogfn
84
85
{{include($mklogfn)}}
86
87
h2(box). $msfile
88
89 2 Per Amundsen
{{include($msfile)}}
90 1 Per Amundsen
91
h2(box). $nofile
92
93 2 Per Amundsen
{{include($nofile)}}
94 1 Per Amundsen
95
h2(box). $nopath
96
97 2 Per Amundsen
{{include($nopath)}}
98 1 Per Amundsen
99
h2(box). $read
100
101 2 Per Amundsen
{{include($read)}}
102 1 Per Amundsen
103
h2(box). $readn
104
105 2 Per Amundsen
{{include($readn)}}
106 1 Per Amundsen
107
h2(box). $sdir
108
109 2 Per Amundsen
{{include($sdir)}}
110 1 Per Amundsen
111
h2(box). $sfile
112
113 2 Per Amundsen
{{include($sfile)}}
114 1 Per Amundsen
115
h2(box). $sysdir
116
117 2 Per Amundsen
{{include($sysdir)}}
118 1 Per Amundsen
119
h2(box). /write
120
121 2 Per Amundsen
{{include(/write)}}