aboutsummaryrefslogtreecommitdiff
path: root/stage1/cbt.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/cbt.scala')
-rw-r--r--stage1/cbt.scala1
1 files changed, 1 insertions, 0 deletions
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
}