Documentation
¶
Index ¶
- func CreateEmptyTemporaryDirectory(verbose bool) (temporaryDirectory *files.LocalDirectory, err error)
- func CreateEmptyTemporaryDirectoryAndGetPath(verbose bool) (TemporaryDirectoryPath string, err error)
- func CreateEmptyTemporaryFile(verbose bool) (temporaryfile files.File, err error)
- func CreateEmptyTemporaryFileAndGetPath(verbose bool) (temporaryFilePath string, err error)
- func CreateFromBytes(content []byte, verbose bool) (temporaryFile files.File, err error)
- func CreateFromString(content string, verbose bool) (temporaryFile files.File, err error)
- func CreateFromStringAndGetPath(content string, verbose bool) (temporaryFilePath string, err error)
- func CreateNamedTemporaryFile(fileName string, verbose bool) (temporaryfile files.File, err error)
- func CreateTemporaryFileFromBytes(content []byte, verbose bool) (temporaryFile files.File, err error)
- func CreateTemporaryFileFromFile(fileToCopyAsTemporaryFile files.File, verbose bool) (temporaryFile files.File, err error)
- func CreateTemporaryFileFromPath(verbose bool, filePathToCopyAsTemporaryFile ...string) (temporaryFile files.File, err error)
- func CreateTemporaryFileFromString(content string, verbose bool) (temporaryFile files.File, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEmptyTemporaryDirectory ¶
func CreateEmptyTemporaryDirectory(verbose bool) (temporaryDirectory *files.LocalDirectory, err error)
func CreateFromBytes ¶
func CreateFromString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.