Open
Description
In GitLab by @maerwald on Sep 8, 2022, 09:25
Reported by Aura via email
The module documentation of System.OsPath.Posix.Internal states the following:
"A library for FilePath manipulations, using Posix style paths on all
platforms. Importing System.FilePath is usually better."
I have a feeling that this documentation should not suggest using
System.FilePath anymore.
Also I wonder why there is so much introductory documentation in the .Internal
module, and none in the System.OsPath.Posix module, where most people would
probably look for it. (I know the types are different – ShortByteString vs.
PosixPath.)