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

Allows making changes to filename capitalization on case-insensitive filesystems.

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

Syntax

   
 C# 
public static void ForceRename(
	string originalFullFileName,
	string newFileName
)

Parameters

originalFullFileName
String
Full path to the original filename
newFileName
String
New file name (do not include the full path)

See Also