joinPath' root name = import.System.FilePath.joinPath [root,name]

How is this different from 

joinPath' root name = System.FilePath.joinPath [root,name]