This code:

(if (file-exists? file)
    (delete-file* file))

where file is a symbolic link is giving me:

    Error: (delete-file) can not delete file - Permission denied: "ltest"

Now, this system is wierd in that unlink is re-mapped, but I thought
the documentation for delete-file* was pretty clear that it
shouldn't return any errors?

-Robin

-- 
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/
Reason #237 To Learn Lojban: "Homonyms: Their Grate!"
Proud Supporter of the Singularity Institute - http://singinst.org/


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to