package python.lib
Available on pythonstatic environ:Dict<String, String>
static read only pathsep:String
static read only sep:String
static chdir (path:String):Void
static fchdir (fd:FileDescriptor):Void
static getcwd ():String
static getcwdb ():Bytes
static listdir (path:String = "."):Array<String>
static makedirs (path:String, mode:Int = 511, exist_ok:Bool = false):Void
static mkdir (path:String, mode:Int = 511):Void
static putenv (name:String, value:String):Void
static remove (path:String):Void
static removedirs (path:String):Void
static rename (src:String, dest:String):Void
static renames (oldName:String, newName:String):Void
static rmdir (path:String):Void
static stat (path:String):Stat
static unlink (path:String):Void
static walk (top:String, topdown:Bool = true, ?onerror:OSError ‑> Void, followlinks:Bool = false):Tuple3<String, Array<String>, Array<String>>
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/Os.html