7 lines
51 B
V
7 lines
51 B
V
|
module filepath
|
||
|
|
||
|
const (
|
||
|
path_separator = '\\'
|
||
|
)
|
||
|
|