From cf32cb1a962e65b484cf912ddc353597132ace82 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Jun 2010 18:07:00 +0800 Subject: [PATCH] File.js --- File.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }, /** -- 2.39.2