Add package path/filepath; Add os.stat for windows (TODO: unix)

This commit is contained in:
gingerBill
2020-09-25 20:20:53 +01:00
parent 6b634d5e46
commit 8cc5cd1494
13 changed files with 997 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
//+build linux, darwin, freebsd
package filepath
SEPARATOR :: '/';
SEPARATOR_STRING :: `/`;