Hello Team , we are planning to create custom(virtual) filesystem using https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/FileSystem.html
I have a basic question here , where does this filesystem exists? the documentation says we can create a new FIleSystem with some URI lets say "test" where does this filesystem created?
does this create a partion on our machine hard drive?
for example if we create a test filesystem , for any testing purpose , can we really delete this again if we don't want it later?
please help me to understand about this concept?
Thanks,
vishwa