Degree53 / takeown

Forcibly take control of directories on Windows to prevent permissions and file locking errors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

takeown

Forcibly take control of directories on Windows to prevent permissions and file locking errors.

takeown(path_to_take_ownership_of, function () {
	// make sure to throw EPERM, EACCES, EBUSY and ENOTEMPTY
	// errors in your callback so that takeown can handle them
});

About

Forcibly take control of directories on Windows to prevent permissions and file locking errors.

License:MIT License


Languages

Language:JavaScript 83.0%Language:Visual Basic 13.7%Language:Batchfile 3.3%