ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 172 forks source link

getParentFile() behavior #533

Closed paganen closed 7 years ago

paganen commented 7 years ago

Normally I would expect file.getParentFile() to return "/" if I have file="/root". However, in Avian, the result is just an empty string.

Is this supposed to be like that?

Thanks.

lwahlmeier commented 7 years ago

looks like a bug to me.