File: var_file.html

package info (click to toggle)
sdf 2.001%2B1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,140 kB
  • ctags: 2,440
  • sloc: perl: 18,543; sh: 31; makefile: 29
file content (105 lines) | stat: -rw-r--r-- 2,067 bytes parent folder | download | duplicates (6)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">

<HTML>

<!-- This file was generated using SDF 2.001 by
     Ian Clatworthy (ianc@mincom.com). SDF is freely
     available from http://www.mincom.com/mtr/sdf. -->

<HEAD>
<TITLE>SDF 2.001: SDF Reference: File Information Variables</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff">

<DIV CLASS="header">
<P><IMG SRC="../sdflogo.gif" ALIGN="Right"></P>
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="re_sdf.html">Contents</A> | <A HREF="in_var.html">Parent Topic</A> | <A HREF="var_doc.html">Previous Topic</A> | <A HREF="var_misc.html">Next Topic</A> <BR><A HREF="../index.html">Home</A> | <A HREF="../catalog.html">Catalog</A></P>
</DIV>
<BR CLEAR="Right">
</DIV>
<DIV CLASS="main">
<H1>13.4. File Information Variables</H1>
<HR>
<H2><A NAME="Purpose">Purpose</A></H2>
<P>These variables provide information on the file <A HREF="http://www.mincom.com/mtr/sdf/">SDF</A> is currently processing.</P>
<HR>
<H2><A NAME="Interface">Interface</A></H2>
<TABLE CLASS="columns" BORDER>
<TR CLASS="heading">
<TD>
<STRONG>Name</STRONG>
</TD>
<TD>
<STRONG>Type</STRONG>
</TD>
<TD>
<STRONG>Purpose</STRONG>
</TD>
</TR>
<TR>
<TD>
FILE_PATH
</TD>
<TD>
string
</TD>
<TD>
current pathname (e.g. <EM>/doc/sdf/mydoc.sdf</EM>)
</TD>
</TR>
<TR>
<TD>
FILE_DIR
</TD>
<TD>
string
</TD>
<TD>
directory of current filename (e.g. <EM>/doc/sdf</EM>)
</TD>
</TR>
<TR>
<TD>
FILE_BASE
</TD>
<TD>
string
</TD>
<TD>
base component of current filename (e.g. <EM>mydoc</EM>)
</TD>
</TR>
<TR>
<TD>
FILE_EXT
</TD>
<TD>
string
</TD>
<TD>
extension of current filename (e.g. <EM>sdf</EM>)
</TD>
</TR>
<TR>
<TD>
FILE_MODIFIED
</TD>
<TD>
datetime
</TD>
<TD>
time when this file was last modified
</TD>
</TR>
</TABLE>

</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="re_sdf.html">Contents</A> | <A HREF="in_var.html">Parent Topic</A> | <A HREF="var_doc.html">Previous Topic</A> | <A HREF="var_misc.html">Next Topic</A> <BR><A HREF="../index.html">Home</A> | <A HREF="../catalog.html">Catalog</A></P>
</DIV>
</DIV>

</BODY>
</HTML>