Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in mmStringJustStem
Message
De
11/02/2009 01:53:16
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Bug in mmStringJustStem
Divers
Thread ID:
01380784
Message ID:
01380784
Vues:
108
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform