Re: [WiX-users] Dutil PathExtension function query

2011-01-12 Thread Rob Mensching
You have access to the source code. Quick look shows: // Find the last dot in the last thing that could be a file. . . . else if (L'.' == *wz) { wzExtension = wz; } return wzExtension; } On Wed, Jan 12, 2011 at 12:01 AM, Sean Farrow wrote: > Hi: > Does the DUtil supplied Pat

[WiX-users] Dutil PathExtension function query

2011-01-12 Thread Sean Farrow
Hi: Does the DUtil supplied PathExtension function omit the period "." From an extension it retrives? For example a file "test.txt" Would I be returned ".txt" or "txt"? Any help appreciated. Cheers Sean. -- Protect Your Si