Based on the base file name, returns a unique filename if it is able to within a certain number of attempts

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected string GetUniqueFileName(
	string filePattern
)
Visual Basic
Protected Function GetUniqueFileName ( _
	filePattern As String _
) As String
Visual C++
protected:
String^ GetUniqueFileName(
	String^ filePattern
)

Parameters

filePattern
Type: System..::..String

[Missing <param name="filePattern"/> documentation for "M:AppCan.Core.Application.ModelManager.GetUniqueFileName(System.String)"]

Return Value

returns the attempted unique filename

See Also