So that when I attempt to resolve an absolute path for say `/home/julia/.config`, I get `/home/juliaconfig` instead… Here is the exact offending line of code: https://github.com/digitalgust/miniJVM/blob/65e74a36a039413ccbf7ae169210e103afcdee8e/minijvm/java/src/main/java/org/mini/fs/FileSystemImpl.java#L69
So that when I attempt to resolve an absolute path for say
/home/julia/.config, I get/home/juliaconfiginstead…Here is the exact offending line of code:
miniJVM/minijvm/java/src/main/java/org/mini/fs/FileSystemImpl.java
Line 69 in 65e74a3