Persistate API documentation
IsValidFileName Method (name)
NamespacesPersistateUtlIsValidFileName(String)

[This is preliminary documentation and is subject to change.]

Determines whether a name is a valid file name.
Declaration Syntax
C#
public static bool IsValidFileName(
	string name
)
Parameters
name (String)
The name to check.
Return Value
True if the name is a valid file name otherwise false.
Remarks
This uses Path.GetInvalidFileNameChars to determine which characters are invalid.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)