Project

General

Profile

Scripting Files Folders » History » Version 5

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). $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 1 Per Amundsen
h2(box). $mklogfn
82
83
{{include($mklogfn)}}
84
85
h2(box). $msfile
86
87 2 Per Amundsen
{{include($msfile)}}
88 1 Per Amundsen
89
h2(box). $nofile
90
91 2 Per Amundsen
{{include($nofile)}}
92 1 Per Amundsen
93
h2(box). $nopath
94
95 2 Per Amundsen
{{include($nopath)}}
96 1 Per Amundsen
97
h2(box). $read
98
99 2 Per Amundsen
{{include($read)}}
100 1 Per Amundsen
101
h2(box). $readn
102
103 2 Per Amundsen
{{include($readn)}}
104 1 Per Amundsen
105
h2(box). $sdir
106
107 2 Per Amundsen
{{include($sdir)}}
108 1 Per Amundsen
109
h2(box). $sfile
110
111 2 Per Amundsen
{{include($sfile)}}
112 1 Per Amundsen
113
h2(box). $sysdir
114
115 2 Per Amundsen
{{include($sysdir)}}
116 1 Per Amundsen
117
h2(box). /write
118
119 2 Per Amundsen
{{include(/write)}}