Hi (again),

1) Is this supposed to be the correct output?

(normalize-pathname "/") -> "/."

2) I think it would be a good idea to strip any trailing slash, otherwise:

(string=? (normalize-pathname "/tmp/") (normalize-pathname "/tmp")) -> #f

Regards,
Michele

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

Reply via email to