LocalDirectory Property
The directory to which received files are saved.
Object Oriented Interface
public function getLocalDirectory(); public function setLocalDirectory($value);
Procedural Interface
ipworks_xmpp_get($res, 18 ); ipworks_xmpp_set($res, 18, $value );
Default Value
''
Remarks
This setting specifies the directory on disk to which received files will be saved. If this property is not set and a file is received the file data will be available through the Transfer event parameters. This property may also be set when the StartTransfer event fires.
Data Type
String