.NET Framework Class Library
File.DirNameFromFullName Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public string DirNameFromFullName( string fullFileName |
Visual C++ |
|---|
public: String^ DirNameFromFullName( |
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