S5.HPC.file_io.win2lin#

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

Convert DSW input files from windows to linux 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.lin2win : The reverse operation.