S5.HPC.file_io.lin2win#

S5.HPC.file_io.lin2win(filepath: str | PathLike) None[source]#

Convert DSW input files from linus to windows compatible.

Reads the input file and overwrites the file with the correct slash (from / to \).

Parameters:

filepath – Path to input file.

See also

S5.HPC.file_io.win2lin : The reverse operation.