export function isDirectory(a) { return a ? a[0] == "D" : null; }