View Single Post
  #1  
Old 05-02-2007, 11:14 AM
glavian glavian is online now
Registered User
 
Join Date: 04-23-2007
Posts: 9
Include Exclude Seperator

Hi,

I'm reading my include and exclude files/file paths from an XML attribute string. Is there a seperator I can use to signify end of line or do I need to parse the string myself.

For example I want my exclude path to look like:
/Decals
**/BloodTextures

The string I read in from XML is: "/Decals,**/BloodTextures"


Thanks,
Keith
Reply With Quote