FilePath Property    
Navigation: CS File Writer for PHP > Properties >

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.

[PHP]
public string FilePath ( get; )

Code Examples

[PHP]

require './CalyxFile.php';

$clxFile = new CalyxFile('johnsmith.brw');

$filePath = $clxFile->FilePath();


  Copyright (c) 2010 Cite Systems, Inc.