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

Checks whether the given path is valid. Does NOT check for existence of the file/directory at the given path.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static bool IsValidPath(
	string path
)

Parameters

path
String
Path to check.

Return Value

Returns false if path is of incorrect format, too long, unsupported, or blocked. Otherwise true.

See Also