bool DirectoryExists( String dirPath, ) => run( () => 'DirectoryExists($dirPath)', () => rl.Core.DirectoryExists(refStr(dirPath)), );