TStoragePathMode
TStoragePathMode = (spm_AutoFileNameOnly, spm_AnyFile);
Type of the StoragePathMode property: specifies how the destination path of the recorded files is built.
| Value | Description |
|---|---|
spm_AutoFileNameOnly |
the file name is generated automatically in the storage folder |
spm_AnyFile |
the full file path is specified by the application |