From: Antti Villberg Date: Mon, 18 Dec 2017 10:23:15 +0000 (+0200) Subject: nameOfFile into File module X-Git-Tag: v1.43.0~136^2~652 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=29e2da51d2fd1bccec97ccce33f09ac088472cde;hp=4b336dbb704c0dc5b9ef7800b9691c300106a6bc nameOfFile into File module refs #7687 Change-Id: Ieebb374f811c3d9641065fdd3d8e34c631988eb7 --- 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