Copyright © 2008-2023 MultiMedia Soft

SetFolderForTempFiles method

Previous pageReturn to chapter overviewNext page

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