Sets the active custom folder in which PhotoWorks first searches for material files (.
p2m).
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetActiveCustomFolder( _
ByVal Value As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim Value As String
Dim value As Boolean
value = instance.SetActiveCustomFolder(Value)
|
C# | |
---|
bool SetActiveCustomFolder(
string Value
) |
C++/CLI | |
---|
bool SetActiveCustomFolder(
& String^ Value
) |
Parameters
- Value
- Active custom folder path
Return Value
True if the path to the specified folder is set, false if not
Remarks
See Also
Availability
PhotoWorks API 2006 FCS