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

Checks whether the file exists in a specified way (case-sensitive or case-insensitive)

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

Syntax

   
 C# 
public static bool FileExists(
	string fileName,
	bool caseSensitive
)

Parameters

fileName
String
File name/path to check.
caseSensitive
Boolean
Whether check should be case-sensitive or case-insensitive.

Return Value

True if file exists, otherwise false.

See Also