* add unit test for mu_util_check_dir

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-25 22:21:11 +02:00
parent 3b8f908fa6
commit 2bdfb40faf
3 changed files with 62 additions and 2 deletions

View File

@ -57,11 +57,12 @@ gboolean mu_util_create_dir_maybe (const gchar *path);
/**
* check whether path is readable and/or writeable
* check whether path is a directory, and optionally, if it's readable
* and/or writeable
*
* @param path dir path
* @param readable check for readability
* @param writeable check fro writability
* @param writeable check for writability
*
* @return TRUE if dir exist and has the specified properties
*/