Documentation ¶
Overview ¶
Package osutil provides utilities for working with the os package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TempFilePath ¶
TempFilePath creates a temporary file in dir with the given pattern and returns its path. If dir is an empty string, os.TempDir() is used.
It is the caller's responsibility to delete the file when done.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.