query
On this page

pathExists

builtins.pathExists

Primop
Docs pulled from | This Revision | about 9 hours ago

Takes 1 arguments

path


Return true if the path path exists at evaluation time, and false otherwise.

This function is not defined in a .nix file. It is likely a builtins function or an alias of a builtins function. builtins functions are predefined functions provided by Nix.

Noogle also knows

Aliases
Detected Type
pathExists :: Path -> Bool