X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.runtime%2Fscl%2FFile.scl;h=8c1e49488f21e42be353a64d6405dcc320f8323b;hp=54af66dc05f03a5d92546ed1076adacf0c3b0f7c;hb=29e2da51d2fd1bccec97ccce33f09ac088472cde;hpb=4b336dbb704c0dc5b9ef7800b9691c300106a6bc 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