# Packages
No description provided by the author
# Functions
CreateFile creates a file on the given filepath along with any necessary parents, and returns nil, or else returns an error.
No description provided by the author
FileExists reports whether the provided file exists.
FolderExists reports whether the provided directory exists.
IsOnline checks the provided URL for connectivity.
IsValidUrl tests a string to determine if it is a well-structured url or not.