FileName Method

MCManager API

[Missing <summary> documentation for "M:Moxiecode.Manager.Utils.PathUtils.FileName(System.String)"]

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public static string FileName(
	string path
)
Visual Basic (Declaration)
Public Shared Function FileName ( _
	path As String _
) As String
Visual C++
public:
static String^ FileName(
	String^ path
)

Parameters

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:Moxiecode.Manager.Utils.PathUtils.FileName(System.String)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.Utils.PathUtils.FileName(System.String)"]

See Also