aboutsummaryrefslogtreecommitdiff
path: root/src/os/dir.go
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-03-16os: don't try to make the directory FD non-blocking in os.ReadDirPeter Collingbourne
2024-02-26os: add available godoc linkcui fliter
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-23os: implement CopyFSAndy Pan
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-11-04os: avoid nil returns from Readdirnames, Readdir, ReadDirRuss Cox
2020-10-20io/fs: add FS, File, ReadDirFile; move DirEntry from osRuss Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2019-08-02os: change Readdirnames doc to follow that of ReaddirIan Lance Taylor
2016-08-16os: consolidate filesHiroshi Ioka