comparison src/ui_fileops.h @ 1148:95860439070b

Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
author zas_
date Sat, 15 Nov 2008 20:01:25 +0000
parents 3a7af6a8cd5f
children c4fcf8001574
comparison
equal deleted inserted replaced
1147:4220d5536ad9 1148:95860439070b
79 /* warning note: this modifies path string! */ 79 /* warning note: this modifies path string! */
80 void parse_out_relatives(gchar *path); 80 void parse_out_relatives(gchar *path);
81 81
82 gint file_in_path(const gchar *name); 82 gint file_in_path(const gchar *name);
83 83
84 gboolean recursive_mkdir_if_not_exists(gchar *path, mode_t mode);
85
84 #endif 86 #endif
85 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 87 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */