.NET Framework Class Library
File.DirNameFromFullName Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.DirNameFromFullName Method

Retrieve the directory 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 DirNameFromFullName ( _

 fullFileName As String _
As String

C#

public string DirNameFromFullName(

 string fullFileName
)

Visual C++

public:

StringDirNameFromFullName(
 StringfullFileName
)

JavaScript

function dirNameFromFullName(fullFileName);

Parameters

fullFileName

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

Return Value

the directory name of the document

Remarks

See Also

File Class

File Members

MwPDMApi Namespace