PetscGetFullPath

Given a filename, returns the fully qualified file name.

Synopsis

int PetscGetFullPath( char *path, char *fullpath, int flen )
Not Collective

Input Parameters

path - pathname to qualify
fullpath - pointer to buffer to hold full pathname
flen - size of fullpath

Keywords

system, get, full, path

See Also

PetscGetRelativePath()

Location: src/sys/src/fileiofpath.c
System Index
Table of Contents