Versions in this module Expand all Collapse all v4 v4.0.0 Jun 15, 2026 Changes in this version + var ErrCannotCreateDirectory = errors.New("cannot create directory") + var ErrCannotWriteFile = errors.New("cannot write file") + func FileWrite(cfsPath *pathutils.PathCfs, content string) error