Check if a directory path exists
bool DirectoryExists( String dirPath, ) => run( () => _debugLabels.DirectoryExists(dirPath), () => _flat.DirectoryExists( $.String$.ValueOrNull(dirPath), ), );