GetFolderFromPath Method
See Also 
SourceCode.ProjectSystem Namespace > BuildProject Class : GetFolderFromPath Method



path
create

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetFolderFromPath( _
   ByVal path As String, _
   ByVal create As Boolean _
) As ProjectFolder
Visual Basic (Usage) Copy Code
Dim instance As BuildProject
Dim path As String
Dim create As Boolean
Dim value As ProjectFolder
 
value = instance.GetFolderFromPath(path, create)
C#  
public ProjectFolder GetFolderFromPath( 
   string path,
   bool create
)
C++/CLI  
public:
ProjectFolder^ GetFolderFromPath( 
   String^ path,
   bool create
) 

Parameters

path
create

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also