Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in mmStringJustStem
Message
From
11/02/2009 01:53:16
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Bug in mmStringJustStem
Miscellaneous
Thread ID:
01380784
Message ID:
01380784
Views:
109
Hello,

JustStem does not work for filenames like /test/myfile.txt

The last return
return FileName.Substring(0, fileName.LastIndexOf('.'));
should be
return FileName.Substring(0, FileName.LastIndexOf('.'));
with the second fileName written with a capital F.

With regards
Thomas
Next
Reply
Map
View

Click here to load this message in the networking platform