v/vlib/filepath/filepath_windows.v

7 lines
51 B
V

module filepath
const (
path_separator = '\\'
)