Creates a custom folder for materials.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function AddCustomFolder( _
ByVal Value As String _
) As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IPwOptions
Dim Value As String
Dim value As Boolean
value = instance.AddCustomFolder(Value)
|
| C# | |
|---|
bool AddCustomFolder(
string Value
) |
| C++/CLI | |
|---|
bool AddCustomFolder(
& String^ Value
) |
Parameters
- Value
- Path and filename of custom folder
Return Value
True if custom folder is created, false if not
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS