Jim Wilson writes:

 > Is there a way to copy a block of properties (ie an equivelent to
 > cp -ax dir1 dir2)?  IIRC this was discussed at one time, and I'm
 > wondering if it has been implemented yet.

See simgear/misc/props_io:

  /**
   * Copy properties from one node to another.
   */
  bool copyProperties (const SGPropertyNode *in, SGPropertyNode *out);


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to