package
0.0.16
Repository: https://github.com/mitchs-dev/library-go.git
Documentation: pkg.go.dev

# Functions

Used for cleaning up the temporary uploads directory.
Copies a directory to a source destination.
Copy a specified file to a specified destination.
Create a specified directory.
Create a specified file with specified contents as a string.
Create a specified file with specified contents as a byte array.
Delete a specified directory.
Check if a directory or file exists.
Delete a specified file.
Convert a files contents to url.Values.
Provides a count of substrings given from provided string and separator(s).
Read a specified file and return the contents as a byte array.
Use: UploadHandler |DESCRIPTION| Handles file uploaFilenameds and returns the file path and file of the uploaded file |ARGS| w (http.ResponseWriter), r (*http.Request), temporaryUploadsDirectory (string).

# Variables

No description provided by the author