View Source Reactor.File.Step.Chgrp (reactor_file v0.6.0)

A step which calls File.chgrp/2.

Arguments

  • :gid (pos_integer/0) - Required. The GID to change the file to

  • :path (String.t/0) - Required. The path of the file to change

Returns

The original GID of the file before modification.