[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: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
Parameters
- fileName
- String
File name/path to check.
Return Value
True if given file name is considered protected; otherwise false.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If fileName is null. |