PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
path_completion.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __PATH_COMPLETION_H__
8 #define __PATH_COMPLETION_H__
9 
10 #include "PPath.h"
11 
12 PPath path_completion_all(const PPath & basePath);
13 PPath path_completion_dirOnly(const PPath & basePath);
14 
15 
16 #endif
Path of a directory or a file.
Definition: PPath.h:17
PPath path_completion_dirOnly(const PPath &basePath)
Return all directories only which match the basePath.
PPath path_completion_all(const PPath &basePath)
Return all path/files which match the basePath.