marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
285 stars 36 forks source link

The children of a relative directory should also be relative #17

Closed ghost closed 10 years ago

ghost commented 10 years ago

see https://github.com/openCage/niotest/blob/master/src/main/java/org/opencage/lindwurm/niotest/tests/PathTest2DirIT.java test testKidsOfRelativeDirAreRelative

marschall commented 10 years ago

Thank you for reporting all of these. I'll go through them.