.NET Framework Class Library
File.CreateDirDBWServer Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.CreateDirDBWServer Method

Create a directory path as specified in the function arguments; in case DBWServer is running on the machine, it assigns the OWNERSHIP folder attribute to the DBWServer login personality

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

Syntax

Visual Basic

Public Function CreateDirDBWServer ( _

 strPath As String, _
 blnSave As Boolean _
As Boolean

C#

public bool CreateDirDBWServer(

 string strPath,
 bool blnSave
)

Visual C++

public:

bool CreateDirDBWServer(
 StringstrPath,
 bool blnSave
)

JavaScript

function createDirDBWServer(strPathblnSave);

Parameters

strPath

Type: System.String
directory to create

blnSave

Type: System.Boolean
if it is set to TRUE, it creates an empty file named Tscreate.dir inside each directory in strPath

Return Value

TRUE if the directory path has been regulary created, FALSE if it has occurred some problems

Remarks

See Also

File Class

File Members

MwPDMApi Namespace