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 (
string strPath
);
|
|
Parameter
|
Description
|
|
|
strPath
|
Path of the destination folder.
|
Return value
None
|