File: SET-CBD.html

package info (click to toggle)
acl2 3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 36,712 kB
  • ctags: 38,396
  • sloc: lisp: 464,023; makefile: 5,470; sh: 86; csh: 47; cpp: 25; ansic: 22
file content (38 lines) | stat: -rw-r--r-- 1,540 bytes parent folder | download
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
<html>
<head><title>SET-CBD.html  --  ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>SET-CBD</h2>to set the connected book directory
<pre>Major Section:  <a href="BOOKS.html">BOOKS</a>
</pre><p>


<pre>
Example Forms:
ACL2 !&gt;:set-cbd "/usr/home/smith/"
ACL2 !&gt;:set-cbd "my-acl2/books"
</pre>

See <a href="CBD.html">cbd</a> for a description of the connected book directory.
<p>

<pre>
General Form:
(set-cbd str)
</pre>
<p>

where <code>str</code> is a nonempty string that represents the desired
directory (see <a href="PATHNAME.html">pathname</a>).  This command sets the connected book
directory (see <a href="CBD.html">cbd</a>) to the string representing the indicated
directory.  Thus, this command may determine which files are
processed by <code><a href="INCLUDE-BOOK.html">include-book</a></code> and <code><a href="CERTIFY-BOOK.html">certify-book</a></code> <a href="COMMAND.html">command</a>s typed at the
top-level.  However, the <code><a href="CBD.html">cbd</a></code> is also temporarily set by those two
book processing <a href="COMMAND.html">command</a>s.<p>

IMPORTANT:  Pathnames in ACL2 are in the Unix (trademark of AT&amp;T)
style.  That is, the character ``<code>/</code>'' separates directory components
of a pathname, and pathnames are absolute when they start with this
character, and relative otherwise.  See <a href="PATHNAME.html">pathname</a>.
<br><br><br><a href="acl2-doc.html"><img src="llogo.gif"></a> <a href="acl2-doc-index.html"><img src="index.gif"></a>
</body>
</html>