libxdg-basedir-1.2.0
1.2.0
|
Go to the documentation of this file.
28 #ifndef XDG_BASEDIR_FS_H
29 #define XDG_BASEDIR_FS_H
33 #include <sys/types.h>
char * xdgConfigFind(const char *relativePath, xdgHandle *handle)
Find all existing config files corresponding to relativePath.
Handle to XDG data cache.
FILE * xdgDataOpen(const char *relativePath, const char *mode, xdgHandle *handle)
Open first possible data file corresponding to relativePath.
FILE * xdgConfigOpen(const char *relativePath, const char *mode, xdgHandle *handle)
Open first possible config file corresponding to relativePath.
char * xdgDataFind(const char *relativePath, xdgHandle *handle)
Find all existing data files corresponding to relativePath.
int xdgMakePath(const char *path, mode_t mode)
Create path by recursively creating directories.