SetTextOutputSeparateDirectory

If set to TRUE, the Text Output directory is separate from the normal output directory. If set to FALSE, the Text Output is generated in the same directory as the normal output.

If a separate Text Output directory is used, the SetTextOutputDirectory function can be used to set the text output directory.

SetTextOutputSeparateDirectory (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value   - handle to the BlackIceDEVMODE structure

Input value   - Set to TRUE to set a separate text output directory, FALSE otherwise.

Return value            - TRUE on success, FALSE otherwise.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.