Home  |   Notes  |   Languages  |   Programs  |   Homework

Re: Scheme compiling

New Message Reply About this list Date view Thread view Subject view Author view

Stephen Edwards (edwards@CS.VT.EDU)
Wed, 19 Sep 2001 08:56:15 -0400


Message-ID:  <3BA895EF.D5003628@cs.vt.edu>
Date:         Wed, 19 Sep 2001 08:56:15 -0400
From: Stephen Edwards <edwards@CS.VT.EDU>
Subject:      Re: Scheme compiling

Scott Schneider wrote:
>
> As far as I can tell, the default working directory is root (or c:\ on
> Windows).

Yes, this is true for the default installation. If you use explorer to
look at the shortcut in your start menu, you can right-click on it and
view its properties. This is where the "Start in" directory is specified.
When the setup program creates this shortcut, it uses "C:\" as the
start location, but you can change it to anything you want.

All path names (in load and otherwise) are relative to the current working
directory, which initially is this start directory (unless you use cd).

Another note: as with C++ and many other languages, the backslash (\) is
the escape character within string literals. That means you'll probably
want to use forward slashes in path names, or double-up the backslashes,
as you would in C++ or Java.

                                -- Steve

--
Stephen Edwards            604 McBryde Hall          Dept. of Computer Science
e-mail      : edwards@cs.vt.edu           U.S. mail: Virginia Tech (VPI&SU)
office phone: (540)-231-5723                         Blacksburg, VA  24061-0106
-------------------------------------------------------------------------------


New Message Reply About this list Date view Thread view Subject view Author view

Home  |   Notes  |   Languages  |   Programs  |   Homework
copyright © 2001 Virginia Tech, ALL RIGHTS RESERVED
Class site maintained by Stephen H. Edwards <edwards@cs.vt.edu>