scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

new File(".").getAbsolutePath() should return the root path of the project #156

Closed newca12 closed 11 years ago

newca12 commented 11 years ago

Actually

import java.io.File
new File(".").getAbsolutePath()

return : //> res0: String = /Applications/eclipse-kepler/Eclipse.app/Contents/MacOS/.

skyluc commented 11 years ago

Yes. Dup of #102.