Extracts one or more files from this theme.

[VBScript]
Public Sub Extract( _
   ByVal source As String, _
   ByVal target As String _
)
[JScript]
public function Extract(
   source : String,
   target : String
);

Parameters

source
The source file(s) to extract.
target
The destination directory.

Remarks

You can use the wildcards '*' (matches zero or more characters) and '?' (matches any character) in the source parameter in order to extract a set of files from the theme.

See Also

Theme Object | Theme Members | HelpProducer Namespace