From 660e784663403a944707741c0b722c2bb39174df Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 13:26:18 +0800 Subject: [PATCH] File.js --- File.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File.js b/File.js index 647afe0..e788e59 100755 --- a/File.js +++ b/File.js @@ -124,7 +124,7 @@ var File = { remove : function (path) { var f = Gio.file_new_for_path(String(path)); - return f.delete(); + return f['delete'](); }, // copy files recursively from fromDir, silently ignore them if they already exist in toDir silentRecursiveCopy : function (fromDir, toDir) { -- 2.39.2