From 29e2da51d2fd1bccec97ccce33f09ac088472cde Mon Sep 17 00:00:00 2001 From: Antti Villberg Date: Mon, 18 Dec 2017 12:23:15 +0200 Subject: [PATCH] nameOfFile into File module refs #7687 Change-Id: Ieebb374f811c3d9641065fdd3d8e34c631988eb7 --- bundles/org.simantics.scl.runtime/scl/File.scl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/org.simantics.scl.runtime/scl/File.scl b/bundles/org.simantics.scl.runtime/scl/File.scl index 54af66dc0..8c1e49488 100644 --- a/bundles/org.simantics.scl.runtime/scl/File.scl +++ b/bundles/org.simantics.scl.runtime/scl/File.scl @@ -11,6 +11,9 @@ importJava "java.io.File" where @JavaName "" childFile :: File -> String -> File + @JavaName "getName" + nameOfFile :: File -> String + @JavaName "getPath" pathOfFile :: File -> String -- 2.43.2