* Primop `toPath' to convert a string to a path.

* Primop `pathExists' to check for path existence.
This commit is contained in:
Eelco Dolstra 2006-09-24 18:23:32 +00:00
parent e47e0c2dbe
commit 0e705391db
3 changed files with 30 additions and 7 deletions

View file

@ -0,0 +1 @@
Bool(True)

View file

@ -0,0 +1,3 @@
builtins.pathExists (builtins.toPath ./lib.nix)
&& builtins.pathExists ./lib.nix
&& !builtins.pathExists ./bla.nix