Re: Finding files Debian

Will Mengarini via clisp-list <[email protected]> Wed, 15 Apr 2020 13:12:46 -0700
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
* Brent Meeker via clisp-list [20-04/13=Mo 23:05 -0700]:
> [...] never used a Linux system [...] I have [...] a directory
> Lisp which contains a file BTDC.lsp.  But I can't (load
> "lisp/btdc.lsp").  I just get a "File does not exist".

POSIX filesystems are case-sensitive, so "Lisp" and "lisp"
are two different directories, and "BTDC.lsp" and "btdc.lsp"
are two different files.  If the capitalization is as in your
English text, then you would need (load "Lisp/BTDC.lsp").

-- 
                 Will Mengarini  <[email protected]>
         Free software: the Source will be with you, always.


_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list