W3cubDocs

/Haxe Python

Shutil

package python.lib

@:pythonImport("shutil") Available on python

Static methods

static copy (src:String, dst:String):Void

static copy2 (src:String, dst:String):Void

static copyfile (src:String, dst:String):Void

@:value({ ignore_errors : false }) static rmtree (path:String, ignore_errors:Bool = false, ?onerror:BaseException ‑> Void):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/Shutil.html