:orphan:
# PetscGetFullPath
Given a filename, returns the fully qualified file name. 
## Synopsis
```
PetscErrorCode PetscGetFullPath(const char path[], char fullpath[], size_t flen)
```
Not Collective


## Input Parameters

- ***path     -*** pathname to qualify
- ***flen     -*** size of `fullpath`



## Output Parameter

- ***fullpath -*** buffer to hold the full pathname





## See Also
 `PetscGetRelativePath()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/fileio/fpath.c.html#PetscGetFullPath">src/sys/fileio/fpath.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/fileio/fpath.c)


[Index of all Sys routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
