> Hi
>
> Could you tell me how to get InvalidFilenameCharacter in C# like
> Path.InvalidPathChars.
You might do better to simply try to create the file, then catch any
exceptions which may be raised. That will cover problems with invalid file
name characters or anything else.

Signature
John Saunders
John.Saunders at SurfControl.com
You could use Regular Expressions to look for invalid characters.
Greets.
> Hi
>
> Could you tell me how to get InvalidFilenameCharacter in C# like
> Path.InvalidPathChars.
>
> Thanks.
John Saunders - 08 May 2004 01:01 GMT
> You could use Regular Expressions to look for invalid characters.
That will fail as soon as the definition of "invalid" changes.

Signature
John Saunders
John.Saunders at SurfControl.com