From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/evas/src/lib/file/evas_path.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libraries/evas/src/lib/file/evas_path.h (limited to 'libraries/evas/src/lib/file/evas_path.h') diff --git a/libraries/evas/src/lib/file/evas_path.h b/libraries/evas/src/lib/file/evas_path.h new file mode 100644 index 0000000..e0aa6bb --- /dev/null +++ b/libraries/evas/src/lib/file/evas_path.h @@ -0,0 +1,15 @@ +#ifndef _EVAS_PATH_H +#define _EVAS_PATH_H + + +int evas_file_path_is_full_path (const char *path); +char *evas_file_path_join (const char *path, const char *end); +int evas_file_path_exists (const char *path); +int evas_file_path_is_file (const char *path); +int evas_file_path_is_dir (const char *path); +Eina_List *evas_file_path_list (char *path, const char *match, int match_case); +DATA64 evas_file_modified_time (const char *file); +char *evas_file_path_resolve (const char *file); + + +#endif /* _EVAS_PATH_H */ -- cgit v1.1