Kam - 2003-03-27

Logged In: YES
user_id=743810

Doh sorry about the double post, refreshed the page and it
reposted :(

I solved the problem in my modified code with this before
processing begins:

if( SourceDir.LastIndexOf( "\\" ) == SourceDir.Length - 1 )

SourceDir = SourceDir.Substring\( 0,

SourceDir.Length - 1 );