.NET Framework Class Library
File.FileNameFromFullName Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileNameFromFullName Method

Retrieves the file name from the full (with the entire path) file name

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function FileNameFromFullName ( _

fullFileName As String _
) As String

C#

public string FileNameFromFullName(

string fullFileName
)

Visual C++

public:

String^ FileNameFromFullName(
String^ fullFileName
)

JavaScript

function fileNameFromFullName(fullFileName);

Parameters

fullFileName

Type: System.String
entire path (comprehensive of directories)

Return Value

the file name of the document

Remarks

See Also

File Class

File Members

MwPDMApi Namespace