Hi,
datafiles paths are not important here.
You have to create all tablespaces that were in the old database.
In order to find out their names you may directly look in the dumpfile with an editor or use
Code:
imp user/pwd full=y indexfile=schema.sql
In the schema.sql you'll see the create statements for all objects with tablespace names.
HTH