dirs and files hashmaps.ls, split the path, navigate to the target directory or file, and return the appropriate list or file name.mkdir, split the path, navigate to the last existing directory, and create new directories as needed.addContentToFile, split the path, navigate to the target file's directory, and either create a new file or append to an existing file.readContentFromFile, split the path, navigate to the file, and return its contents.