FilePath Property |
![]() ![]() |
CalyxFile->FilePath Property
The FilePath 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');
$filePath = $clxFile->FilePath();
public string
FilePath ( get; )