How the CodeWarrior Project Importer handles recursive access paths?

The CodeWarrior Project Importer allows the user to automatically have the recursive access paths flattened. For example, if the original project has a recursive access path "{\Project}\", the imported access paths could be something like this:

  "{Project}\"

  
  "{Project}\src"

  
  "{Project}\src\subdir"