From 8064563aa699d20e779a67b5f89a24e0a4cf191a Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 15 Jan 2016 12:02:10 +0000 Subject: [PATCH] Document the FIDO.Addr.flo_outbound() method. --- exec/load/fido.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/exec/load/fido.js b/exec/load/fido.js index 625897392d..d6d49425ba 100644 --- a/exec/load/fido.js +++ b/exec/load/fido.js @@ -14,7 +14,11 @@ * inet_host - Internet hostname at the binkp.net domain * str - Address as a string in the most possible dimensions * toString() - Overrides the default... same as str - * + * flo_outbound(default_zone, default_domain) + * - Generates the flo outbound path and filename from + * the end of the base outbound directory to the + * dot before the extension... generates something like: + * "/00670011." or ".001/00670011.pnt/00000001." * FIDO.parse_addr(string, default_zone, default_domain) * Parses an address string filling in the default zone and domain * if necessary and returns a FIDO.Addr object. -- GitLab