Click or drag to resize

IOUtilitiesPathIsValidFileName Method

Determines whether the specified text represents a valid file name.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool PathIsValidFileName(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name.

Return Value

Type: Boolean
true if the specified text represents a valid file name; otherwise, false.
See Also