//a = File.read("/usr/src/gtkDS/test/hello.ds"); a = File.listdir("/usr/src/gtkDS/test"); println(a.toSource()); b = String.Base64.encode(a.toSource()); println(b); c = String.Base64.decode(b); println(c);