Documentation ¶ Rendered for windows/amd64 Index ¶ func Open(path string, mode int, perm uint32) (fd syscall.Handle, err error) func OpenFile(name string, flag int, perm os.FileMode) (file *os.File, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Open ¶ func Open(path string, mode int, perm uint32) (fd syscall.Handle, err error) https://github.com/jnwhiteh/golang/blob/master/src/pkg/syscall/syscall_windows.go#L218 func OpenFile ¶ func OpenFile(name string, flag int, perm os.FileMode) (file *os.File, err error) https://github.com/jnwhiteh/golang/blob/master/src/pkg/os/file_windows.go#L133 Types ¶ This section is empty. Source Files ¶ View all Source files winfile.go Click to show internal directories. Click to hide internal directories.