.NET Framework Class Library
File.FileMakePath Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
File.FileMakePath Method

Creates the specified path.

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

Syntax

Visual Basic

Public Function FileMakePath ( _

newPathName As String _
) As Boolean

C#

public bool FileMakePath(

string newPathName
)

Visual C++

public:

bool FileMakePath(
String^ newPathName
)

JavaScript

function fileMakePath(newPathName);

Parameters

newPathName

Type: System.String
name of the path to create

Return Value

TRUE if the command succedeed, FALSE otherwise

Remarks

See Also

File Class

File Members

MwPDMApi Namespace