Adds a file location (disk and folders) to the search path. This file location is searched when PhotoWorks cannot find a material, scene, or decal file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddSearchPath( _
ByVal Value As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim Value As String
Dim value As Boolean
value = instance.AddSearchPath(Value)
|
C# | |
---|
bool AddSearchPath(
string Value
) |
C++/CLI | |
---|
bool AddSearchPath(
& String^ Value
) |
Parameters
- Value
- File location
Return Value
True if the file location is added to the search path, false if not
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS