ImageEn, unit ievision

TIEVisionLibrary.createTempDirName

TIEVisionLibrary.createTempDirName


Declaration

function createTempDirName(deleteOnDestroy: bool32 = true): TIEVisionTempDirName; overload; safecall;
function createTempDirName(dirname: PAnsiChar; deleteOnDestroy: bool32 = true): TIEVisionTempDirName; overload; safecall;


Description

Create a temporary directory name.
Second overload allows you to specify the directory name.

Parameter Description
deleteOnDestroy Automatically delete the directory on object destroy
dirname Specify dirname manually