From 8b8fee11753763b33f40c49788c84da45123ca9c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 18 Apr 2010 18:41:35 +0800 Subject: [PATCH] test live --- File.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/File.js b/File.js index f0da9ff..65e5e95 100755 --- a/File.js +++ b/File.js @@ -4,6 +4,20 @@ Gio = imports.gi.Gio; imports['String.js'].load(String); +/** +* @namespace File +* +* Library to wrap GLib and Gio basic File related methods +* +* usage: +* +* File = import.File.File; +* +* var contents = File.read("/tmp/test.txt"); +* +* +* +*/ var File = { SEPARATOR : '/', -- 2.39.2