mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os.path_separator
This commit is contained in:
@@ -5,6 +5,7 @@ module os
|
||||
|
||||
const (
|
||||
PathSeparator = '/'
|
||||
path_separator = '/'
|
||||
)
|
||||
|
||||
fn init_os_args(argc int, argv &byteptr) []string {
|
||||
|
||||
@@ -5,6 +5,7 @@ module os
|
||||
|
||||
const (
|
||||
PathSeparator = '\\'
|
||||
path_separator = '\\'
|
||||
)
|
||||
|
||||
// Ref - https://docs.microsoft.com/en-us/windows/desktop/winprog/windows-data-types
|
||||
|
||||
Reference in New Issue
Block a user