File.rmdir-exclamation-mark

You're seeing just the function rmdir-exclamation-mark, go back to File module for more information.

Specs

rmdir!(Path.t()) :: :ok | {:error, posix()}

Same as rmdir/1, but raises a File.Error exception in case of failure. Otherwise :ok.