| 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 foundC++ users must release the returned interface, IEdmFolder5.
- S_OK: The method successfully executed.
- S_FALSE: The folder was not found.
- E_EDM_NOT_LOGGED_IN: You must call IEdmVault5::Login or IEdmVault5::LoginAuto before calling this method.
SOLIDWORKS PDM Professional Version 5.2