[Chicken-users] where move-file is?

2011-06-30 Thread Hugo Arregui
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? (i tried chicken 4.5.0

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Hugo Arregui
On Thu, Jun 30, 2011 at 10:16 AM, Peter Bex peter@xs4all.nl wrote: It's actually part of the available procedures inside a setup-script for eggs (see http://wiki.call-cc.org/man/4/Extensions#move-file) It is available in setup-api. (use setup-api) Thanks Peter!

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Kon Lovett
On Jun 30, 2011, at 6:04 AM, Hugo Arregui wrote: 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

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Hugo Arregui
On Thu, Jun 30, 2011 at 10:23 AM, Kon Lovett konlov...@gmail.com wrote: Unit files file-move Even better, I will use this one. Thanks everyone. ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Evan Hanson
Hi Hugo, On 06/30/11 at 10:04am, Hugo Arregui wrote: I want to use move-file procedure, [...] but i cannot find it as an egg or as an procedure. Many file operations such as file-move and file-copy are in the files unit: http://wiki.call-cc.org/man/4/Unit%20files Evan

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Peter Bex
On Thu, Jun 30, 2011 at 10:04:39AM -0300, Hugo Arregui wrote: 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

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Felix
From: Hugo Arregui hugo.arre...@gmail.com 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

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Mario Domenech Goulart
Hi Hugo, On Thu, 30 Jun 2011 10:04:39 -0300 Hugo Arregui hugo.arre...@gmail.com wrote: 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

Re: [Chicken-users] where move-file is?

2011-06-30 Thread Jim Ursetto
On Jun 30, 2011, at 8:30 AM, Mario Domenech Goulart wrote: Maybe Jim can provide a good explanation for the api.call-cc.org path. I suppose the Extensions section from the manual is mapped as `eggs' in chicken-doc. I'm not sure. It's an unfortunate exception. The pages mapped under chicken