From: Alan Knowles Date: Wed, 30 Jun 2010 10:07:00 +0000 (+0800) Subject: File.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=cf32cb1a962e65b484cf912ddc353597132ace82 File.js --- diff --git a/File.js b/File.js index 1aca881..77777ba 100755 --- a/File.js +++ b/File.js @@ -173,7 +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); }, /**