Test whether or not path exists by checking with the file system. Then call the callback argument with either true or false.
path
Use stat or access instead.
Test whether or not
path
exists by checking with the file system. Then call the callback argument with either true or false.