implement an in-memory filesystem with the following interface:
mkdir(String path); write_file(String path,String data); read_file(String path);