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