PathHelpersValidateFileName Method

Ensures the supplied file name is valid.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static void ValidateFileName(
	string fileName
)

Parameters

fileName  String
any file name.

Remarks

Throws a series of exceptions if the fileName is invalid.

See Also