SF.net SVN: geany:[3233] trunk/src/utils.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Nov 16 17:52:38 UTC 2008


Revision: 3233
          http://geany.svn.sourceforge.net/geany/?rev=3233&view=rev
Author:   eht16
Date:     2008-11-16 17:52:38 +0000 (Sun, 16 Nov 2008)

Log Message:
-----------
Add note about set permissions to the API docs of utils_mkdir().

Modified Paths:
--------------
    trunk/src/utils.c

Modified: trunk/src/utils.c
===================================================================
--- trunk/src/utils.c	2008-11-15 16:51:05 UTC (rev 3232)
+++ trunk/src/utils.c	2008-11-16 17:52:38 UTC (rev 3233)
@@ -1232,6 +1232,7 @@
 /**
  *  Create a directory if it doesn't already exist.
  *  Create intermediate parent directories as needed, too.
+ *  The permissions of the created directory are set 0700.
  *
  *  @param path The path of the directory to create, in locale encoding.
  *  @param create_parent_dirs Whether to create intermediate parent directories if necessary.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list