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
I want to get rid of AbsPath, not RelCurDir. User defines absolute path by having / at the beginning, otherwise it is relative. So Path handles both cases. I don't see what AbsPath can give us more.
I notice that a lot of *at functions are missing, however there are some unmerged PR which are also closed (see #562, #605, #751).
At #751 @Susurrus suggested
AbsPath(&P)
,RelCurDir(&P)
, andRelTo(&P, &RawFd)
, however I believe it can be simplified to:Path(&P)
andRelTo(RawFd, &P)
.I'm willing to start adding *at functions, but I want to know if you agree with my simplified suggestion.
The text was updated successfully, but these errors were encountered: