Generate a file name based on the original file name specified, using the count to give it some order.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public static string CreateAnotherFile(
	string originalFileName,
	int fileCount
)

Parameters

originalFileName
String

[Missing <param> documentation for "originalFileName"]

fileCount
Int32

[Missing <param> documentation for "fileCount"]

Return Value

See Also