Convert to native O/S path separators where that is required, such as when dealing with the Windows command-line.
Note: Mutates the provided path. Use this pattern to obtain a copy instead: native(path.dup);
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 provided path. Use this pattern to obtain a copy instead: native(path.dup);