.NET Framework Class Library
File.FileMakePath Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public bool FileMakePath( string newPathName |
Visual C++ |
|---|
public: bool FileMakePath( |
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