Copyright © 2008-2023 MultiMedia Soft

GetTempFilePathname method

Previous pageReturn to chapter overviewNext page

Remarks

 

If an editing session is set to store sound data inside a temporary file, this method obtains the absolute pathname of the temporary file. The size in bytes of the temporary file can be obtained using the GetTempFileSize64 method.

The store mode can be retrieved through the GetStoreMode method and set through the SetStoreMode method.

 

 

Syntax

 

[Visual Basic]

Public Function GetTempFilePathname (

) as String


 

[C#]

public string GetTempFilePathname (

);


 

[C++]

public: string GetTempFilePathname (

);


 

 

Return value

 

Value

Meaning

 

 

Empty string

An error occurred (see the LastError property for further error details)

Valid string

The absolute pathname of the temporary file