[This is preliminary documentation and is subject to change.]
Identifies the map format from the specified file name.
Namespace: fCraft.MapConversionAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
Parameters
- fileName
- String
The name of the file.
- tryFallbackConverters
- Boolean
Whether or not to attempt to try other converters if this fails.
Return Value
Map format of the specified file.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If fileName is null. |
| System.IO..::..FileNotFoundException | If file/directory with the given name is missing. |