aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_windows_test.go
AgeCommit message (Expand)Author
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-03-23runtime: support long paths without fixup on Windows 10 >= 1607Jason A. Donenfeld
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-11-14os: handle backslash and slash both in the path on WindowsYasuhiro Matsumoto
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-02-18os: make MkdirAll support path in extended-length formMansour Rahimi
2016-11-08os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith