Packages

Erlang/Elixir module for managing temporary files

Current section

Files

Jump to
ephemeral lib Ephemeral.OSTemp.ex
Raw

lib/Ephemeral.OSTemp.ex

# File: Ephemeral.OSTemp.ex
# This file was generated from ostemp.beam
# Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Ephemeral.OSTemp do
def unquote(:"dir")() do
:erlang.apply(:"ostemp", :"dir", [])
end
end