Currently just using: ``` // @todo add executable support if fo.Typ == ObjectTree { mode = "40000" } else { mode = "100644" } ``` Move to constants and add support for executable mode `100755` (ignore symlink for mow)