>> Robert Goldman <rpgold...@sift.info> wrote:

> One thing that seems odd is that it seems ECL is claiming that it's
> asked to delete a directory, not a file.  Can you trap the argument to
> DELETE-FILE-IF-EXISTS?

  I think ECL gets a file all right. It's just the arguments that are
  reversed in the error message construction:

        if (ok < 0) {
                const char *msg =
                        isdir?
                        "Cannot delete the file ~S." :
                        "Cannot delete the directory ~S.";
                FElibc_error(msg, 1, file);

-- 
Resistance is futile. You will be jazzimilated.

Lisp, Jazz, Aïkido: http://www.didierverna.info

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to