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
While the canonical path separator on Windows is the backslash character, forward slash is also accepted and so the OS.Path module should support it. See File path formats on Windows systems for details.
Description
While the canonical path separator on Windows is the backslash character, forward slash is also accepted and so the
OS.Pathmodule should support it. See File path formats on Windows systems for details.