Copyright © 2006-2023 MultiMedia Soft
SetFolderForTempFiles method
Remarks
Modifies the destination folder where temporary files used by the component are stored.
Syntax
[Visual Basic]
Public Sub SetFolderForTempFiles (
strPath as string
)
[C#]
public void SetFolderForTempFiles (
string strPath
);
[C++]
public: void SetFolderForTempFiles (
Parameter
Description
strPath
Path of the destination folder.
Return value
None