definition: |
doesDirectoryExist :: FilePath -> IO Bool doesDirectoryExist dir = prim_doesDirectoryExist $## dir |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns true if the argument is the name of an existing directory. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
doesDirectoryExist |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> Prelude.IO Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |