GUID Property |
![]() ![]() |
CalyxFile->GUID Property
The GUID property is not available until after the
CalyxFile object has been created by passing the full file path to the constructor.
Code Examples
[PHP]
require
'./CalyxFile.php';
$clxFile =
new
CalyxFile( 'johnsmith.brw');
$fileGUID = $clxFile->GUID();
public string
GUID ( get; )