Soundboard.UploadsPath (soundboard v1.7.0)

Central source of truth for uploaded sound storage paths.

Summary

Types

path_input()

@type path_input() :: String.t() | [String.t()]

Functions

dir()

file_path(filename)

joined_path(path_segments)

safe_joined_path(path)

@spec safe_joined_path(path_input()) :: {:ok, String.t()} | :error