]> gitweb.factorcode.org Git - factor.git/commit
io.files.temp: When using temp-file, it's possible that it fails since
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 13 Aug 2018 02:12:58 +0000 (21:12 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 13 Aug 2018 02:16:21 +0000 (21:16 -0500)
commita274f9943760cd6c72a38ffa59c0ca605f3bc09a
treef40ba605376071ed1667a5b3f13aed316602d8fd
parent3f19ade4d3059a218566f16fc8bc35c21a32b627
io.files.temp: When using temp-file, it's possible that it fails since
the temporary-directory does not exist yet.

Always check if the directory exists and create it if not.
basis/io/files/temp/temp.factor