Convert to native O/S path separators where that is required, such as when dealing with the Windows command-line.
Note: Mutates the current path. Use this pattern to obtain a copy instead: path.dup.native
See Implementation
Convert to native O/S path separators where that is required, such as when dealing with the Windows command-line.
Note: Mutates the current path. Use this pattern to obtain a copy instead: path.dup.native