File Paths and Names in Go

From NovaOrdis Knowledge Base
Revision as of 22:29, 16 October 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

path and filepath are two related packages that expose functions to use while manipulating forward-slash-separated paths (path) and filesystem paths that may include Windows-style backslashes and drive letters (filepath).

Packages

path

https://pkg.go.dev/path

filepath

https://pkg.go.dev/path/filepath