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
FileSystem.DirIO has functions with Path. But, FileSystem.File uses FilePath.
Because of this, there is an unnecessary conversion from Path to FilePath.
We can remove this once FileIO is introduced.