Persistate API documentation
IsValidFolderPath Method (path)
NamespacesPersistateUtlIsValidFolderPath(String)

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

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

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