v/vlib/filepath/filepath_windows.v

6 lines
49 B
V
Raw Normal View History

module filepath
2020-02-17 20:31:23 +01:00
pub const (
separator = '\\'
)