Teilen Sie einen Pfad in alle Unterfassen auf

import os
path = os.path.normpath(path)
path.split(os.sep)
Real Raccoon