mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: realpath => real_path
This commit is contained in:
@ -171,7 +171,7 @@ pub fn mkdir(path string) ?bool {
|
||||
if path == '.' {
|
||||
return true
|
||||
}
|
||||
apath := os.realpath(path)
|
||||
apath := os.real_path(path)
|
||||
/*
|
||||
$if linux {
|
||||
$if !android {
|
||||
|
Reference in New Issue
Block a user