aboutsummaryrefslogtreecommitdiff
path: root/src/os/dir.go
AgeCommit message (Expand)Author
2025-03-07os: remove unused testingForceReadDirLstatTobias Klauser
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2024-12-30os: mention fsys modifications during CopyFSSean Liao
2024-08-16os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing filesAndy Pan
2024-07-24os: document CopyFS behavior for symlinks in destinationDamien Neil
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