From: Alan Knowles Date: Wed, 30 Jun 2010 10:06:05 +0000 (+0800) Subject: File.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4e24240ec571a72d7390b13198d29a24e6933606 File.js --- diff --git a/File.js b/File.js index 211b54b..1aca881 100755 --- a/File.js +++ b/File.js @@ -173,6 +173,7 @@ var File = { */ mkdir : function (destPath) { var dest = Gio.file_new_for_path(String(destPath)); + print("MAKE : " + destPath); return dest.make_directory(null, null); }, /**