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

Checks whether the given file is on a list of protected file names. Protected file names include all fCraft binaries, configuration files, and data files.

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

Syntax

   
 C# 
public static bool IsProtectedFileName(
	string fileName
)

Parameters

fileName
String
File name/path to check.

Return Value

True if given file name is considered protected; otherwise false.

Exceptions

ExceptionCondition
System..::..ArgumentNullException fileName is null.

See Also