Skip to content

StoragePath

property

Delphi
property StoragePath: string read GetStoragePath write SetStoragePath stored false;
C++Builder
__property System::UnicodeString StoragePath = {read=GetStoragePath, write=SetStoragePath, stored=false};
C#
public string StoragePath { get; set; }
VB.NET
Public Property StoragePath As String
C++/Qt
wchar_t *GetStoragePath ();
void SetStoragePath (wchar_t *Value);

Sets or retrieves the full qualified path where recordings and BMP or JPEG frame captures will be saved. If left blank, the current directory is used.

As this property depends on the current platform and partition layout, it is not stored and must be set programmatically at runtime.

WARNING: be careful not to use a slow drive as storage path (networked drive, floppy disk, slow hard disk, etc...), otherwise it will slow down recording and cause a number of dropped frames.