blob: e7711f04845b8e741d95cafe21f0a1d8ddf28ff0 [file] [log] [blame]
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package os
func (file *File) Readdirnames(count int) (names []string, err Error) {
panic("windows Readdirnames not implemented")
}