You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: