diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-11-30 02:05:35 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-11-30 02:05:35 +0000 |
| commit | 91276e1763b33970684e93ef6a20cd2134a5be57 (patch) | |
| tree | 253044f18ee0506fbb40902fbf47c97d48697c66 /src/io/sys.h | |
| parent | Fix for #955141: Converting clipped object to pattern produces rasterised pat... (diff) | |
| download | inkscape-91276e1763b33970684e93ef6a20cd2134a5be57.tar.gz inkscape-91276e1763b33970684e93ef6a20cd2134a5be57.zip | |
Fix for 430301 : core dump exporting to non existing folder
(bzr r11915)
Diffstat (limited to 'src/io/sys.h')
| -rw-r--r-- | src/io/sys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/sys.h b/src/io/sys.h index fbfe4d4c4..78d25afa3 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -36,6 +36,8 @@ int file_open_tmp( std::string& name_used, const std::string& prefix ); bool file_test( char const *utf8name, GFileTest test ); +bool file_directory_exists( char const *utf8name ); + bool file_is_writable( char const *utf8name); GDir *dir_open(gchar const *utf8name, guint flags, GError **error); |
