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