move around - flatter.
[profile/ivi/evas.git] / src / lib / file / evas_path.h
1 #ifndef _EVAS_PATH_H
2 #define _EVAS_PATH_H
3
4
5 int        evas_file_path_is_full_path (const char *path);
6 char      *evas_file_path_join         (const char *path, const char *end);
7 int        evas_file_path_exists       (const char *path);
8 int        evas_file_path_is_file      (const char *path);
9 int        evas_file_path_is_dir       (const char *path);
10 Evas_List *evas_file_path_list         (char *path, const char *match, int match_case);
11 DATA64     evas_file_modified_time     (const char *file);
12 char      *evas_file_path_resolve      (const char *file);
13
14
15 #endif /* _EVAS_PATH_H */