X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=File.js;fp=File.js;h=1aca8811825f03877b6871f5955ff1dd4fa6cba0;hp=211b54bab35c21ebc4282a1f00efb51711bb4d91;hb=4e24240ec571a72d7390b13198d29a24e6933606;hpb=6c33a64bdf2ad401f71febf88ce8cfae5476e839 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); }, /**