.NET Framework Class Library
File.CreateDirDBWServer Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public bool CreateDirDBWServer( string strPath, |
Visual C++ |
|---|
public: bool CreateDirDBWServer( |
JavaScript |
|---|
function createDirDBWServer(strPath, blnSave); |
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