[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] Accessing mkdir?
From: |
Gabriel Dos Reis |
Subject: |
Re: [Gcl-devel] Accessing mkdir? |
Date: |
Mon, 17 Mar 2008 09:55:30 -0500 |
On Mon, Mar 17, 2008 at 6:50 AM, Raymond Toy <address@hidden> wrote:
> Gabriel Dos Reis wrote:
> > On Sat, Jan 26, 2008 at 11:09 AM, Raymond Toy <address@hidden> wrote:
> >
> >> Can any one help me to get gcl to allow me to call mkdir?
> >>
> >> I've tried a few obvious things, but everyone fails when loading the
> >> generated .o file. It says it can't find mkdir. :-(
> >>
> >
> > maybe a stupid question: which function `mkdir' are you referring to?
> > The one built into GCL? Or the one accessible from POSIX? Or the
> > one from the shell?
> >
> >
> Oh. Is there one already available? What is it called? I tried
> apropos but didn't find anything.
GCL comes with a `mkdir' function in package SYSTEM.
>
> In any case, a simple example calling mkdir in libc would be nice. I
> can't figure out how to do it.
>
(si::chdir dir)
works for me.
> Ray
>
>