The only possible problem I can see with your original post is that you use a backslash in your string. I'm not sure if \C is a reserved character, but you should always use DS instead of hard coding a directory separator.
vendor( 'pipesGraphLib' .DS. 'CPlotXYLine' ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
