From eaf05a398ce25011eb7649324f3e60689d8a879a Mon Sep 17 00:00:00 2001 From: tim-zh Date: Tue, 18 Oct 2016 20:56:20 +0300 Subject: web ui --- stage1/cbt.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'stage1/cbt.scala') diff --git a/stage1/cbt.scala b/stage1/cbt.scala index 8564695..7a239a1 100644 --- a/stage1/cbt.scala +++ b/stage1/cbt.scala @@ -20,6 +20,7 @@ object `package`{ ) new File( file.toString ++ s ) } + def /(s: String): File = new File(file.getAbsolutePath + File.separator + s) def parent = lib.realpath(file ++ "/..") def string = file.toString } -- cgit v1.2.3