úÎÒ    Safe-Inferred BWe can use this data type to represent the pieces of a directory. "The path of the directory itself. &All subdirectories of this directory. 'All files contained in this directory. +Remove useless paths from a list of paths. :Returns a list of nodes in a tree via a depth-first walk. :Get a list of files in path, but not recursively. Removes   and '..'. ;Recursively list the contents of a directory. Depth-first. .Creates a Directory instance from a FilePath. /Walk a directory depth-first. Similar to Python's os.walk and fs.core/walk  from the fs Clojure library. =Given a root (prefix), remove it from a path. This is useful B for getting the filename and subdirs of a path inside of a root. >Given a root path, a new root path, and a path to be changed, = removes the old root from the path and replaces it with to. ICopy a directory recursively. Moves every file, creates every directory.                fsutils-0.1.1 System.Path DirectorydirPathsubDirsfiles mtreeListfileList createDirwalkDir removeRoot replaceRootcopyDir filterUseless topFileListbaseGHC.Base.