Skip to content

SystemTempPath

property, read-only

Delphi
property SystemTempPath: string read GetSystemTempPath;
C++Builder
__property System::UnicodeString SystemTempPath = {read=GetSystemTempPath};
C#
public string SystemTempPath { get; }
VB.NET
Public ReadOnly Property SystemTempPath As String
C++/Qt
wchar_t *GetSystemTempPath ();

Used to retrieve the current system temporary path.

Can be used e.g. to be assigned to the StoragePath property, in order to save the recorded clips and captured frames in the temporary directory.