Example 1
Example 2
1 <= paths.length <= 2 * 1041 <= paths[i].length <= 30001 <= sum(paths[i].length) <= 5 * 105paths[i] consist of English letters, digits, '/', '.', '(', ')', and ' '.You may assume no files or directories share the same name in the same directory.You may assume each given directory info represents a unique directory. A single blank space separates the directory path and file info.Example 1
Example 2
1 <= paths.length <= 2 * 1041 <= paths[i].length <= 30001 <= sum(paths[i].length) <= 5 * 105paths[i] consist of English letters, digits, '/', '.', '(', ')', and ' '.You may assume no files or directories share the same name in the same directory.You may assume each given directory info represents a unique directory. A single blank space separates the directory path and file info.