This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
53ac6d352f
v
/
vlib
/
os
/
os_nix.v
8 lines
66 B
Go
Raw
Normal View
History
Unescape
Escape
fix compilation on Linux
2019-07-01 18:04:09 +03:00
module
os
#
include
<
dirent
.
h
>
os.dir(); fix vroot on Windows
2019-07-16 02:57:03 +03:00
const
(
PathSeparator
=
'/'
)
Reference in New Issue
Copy Permalink