SOLIDWORKS PDM Professional API Help Send Feedback
GetFolderFromPath Method (IEdmVault5)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmVault5 Interface : GetFolderFromPath Method (IEdmVault5)


bsFolderPath
File system path to the folder
Gets an interface to a folder on the specified file system path.

Syntax

Visual Basic 
Function GetFolderFromPath( _
   ByVal bsFolderPath As System.String _
) As IEdmFolder5
C# 
IEdmFolder5 GetFolderFromPath( 
   System.string bsFolderPath
)
C++/CLI 
IEdmFolder5^ GetFolderFromPath( 
&   System.String^ bsFolderPath
) 

Parameters

bsFolderPath
File system path to the folder

Return Value

IEdmFolder5; Null if the folder in bsFolderPath is not found

Example

Remarks

C++ users must release the returned interface, IEdmFolder5.

Return codes: 

 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2