Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 Changes in this version + func LastModified(file, timezone string) (time.Time, error) + func MimeType(file string) (string, error) + func Size(file string) (int64, error) v1.10.1 Mar 31, 2023 Changes in this version + func ClientOriginalExtension(file string) string + func Contain(file string, search string) bool + func Create(file string, content string) + func Exists(file string) bool + func Extension(file string, originalWhenUnknown ...bool) (string, error) + func Remove(file string) bool