ExistsDir

Determines whether the specified directory exists in the output SILO file or not.

Synopsis

PetscErrorCode ExistsDir(DBfile *file, const char *dir,
    PetscTruth *exists)

Input parameters

file - Pointer to the output SILO file.
dir - Name of the directory to check.

Output parameters

exists -PETSC_TRUE if the directory exists, PETSC_FALSE otherwise.

Keywords

output, SILO, directory

See Also

CreateAndEnterDir

Level:developer
Location:
src/output.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages