[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] where move-file is?
From: |
Felix |
Subject: |
Re: [Chicken-users] where move-file is? |
Date: |
Thu, 30 Jun 2011 09:19:03 -0400 (EDT) |
From: Hugo Arregui <address@hidden>
Subject: [Chicken-users] where move-file is?
Date: Thu, 30 Jun 2011 10:04:39 -0300
> Hi guys,
>
> I want to use move-file procedure, (
> http://api.call-cc.org/doc/chicken/eggs/move-file ), but i cannot find
> it as an egg or as an procedure. I mean, seems an egg, but
> chicken-install cannot find it, and doesn't seems installed already.
> Can you give me an advice?
There is a "move-file" procedure in "setup-api":
(use setup-api)
(move-file ...)
cheers,
felix