4

I need to get a file by URL and store it on the local disk.

I see that Mix.Utils has:

copy_path!(source, target, opts \\ [])

Which seems to do exactly what I want, but is Mix.Utils only something you'd use for writing mix tasks and not for general problem solving?

4

1 に答える 1

4

どちらがまさに私が望んでいるように見えますが、Mix.Utils は、一般的な問題解決ではなく、ミックス タスクの記述にのみ使用するものですか?

通常、はい。ただし、それを使用する場合は、関数内のファイルの:mixアプリケーションに依存する必要があります。mix.exsdef application

于 2015-05-06T06:33:37.237 に答える