chmod

com.typesafe.sbt.packager.chmod
object chmod

Setting the file permissions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
chmod.type

Members list

Value members

Concrete methods

def apply(file: File, perms: String): Unit

Using java 7 nio API to set the permissions.

Using java 7 nio API to set the permissions.

Value parameters

perms

in octal format

Attributes