geSaveProbe
geSaveProbe( [w_windowId] [p_port] ) => t / nil
Description
The probes are saved in the file by dumping out the entire property list associated with the probe. This enables the probe to be restored because the necessary information is in the property list. This also allows the restoring of any user-defined or application-specific properties that might have been put on the probes.
Arguments
Value Returned
Examples
Writes out all probes in window(3) to the file /tmp/myProbes.out.
m = outfile( "/tmp/myProbes.out" )
geSaveProbe( window(3) m )
Related Topics
Return to top