Documentation ¶
Overview ¶
Package file provides a version of os.OpenFile, the handles of which can be renamed and deleted under Windows.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OpenFile = os.OpenFile
OpenFile is the generalized open call; most users will use Open or Create instead. It opens the named file with specified flag (O_RDONLY etc.) and perm (before umask), if applicable. If successful, methods on the returned File can be used for I/O. If there is an error, it will be of type *PathError.
Under both Unix and Windows this will allow open files to be renamed and or deleted.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.